org.apache.felix.upnp.basedriver.importer.util
Class ParseUSN

java.lang.Object
  extended by org.apache.felix.upnp.basedriver.importer.util.ParseUSN

public class ParseUSN
extends Object


Constructor Summary
ParseUSN(String usn)
           
 
Method Summary
 String getServiceType()
           
 String getUDN()
           
 boolean isDevice()
           
 boolean isService()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParseUSN

public ParseUSN(String usn)
Method Detail

isService

public boolean isService()

isDevice

public boolean isDevice()

getUDN

public String getUDN()

getServiceType

public String getServiceType()


Copyright © 2011 Apache Software Foundation. All Rights Reserved.