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 java.lang.Object


Constructor Summary
ParseUSN(java.lang.String usn)
           
 
Method Summary
 java.lang.String getServiceType()
           
 java.lang.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(java.lang.String usn)
Method Detail

isService

public boolean isService()

isDevice

public boolean isDevice()

getUDN

public java.lang.String getUDN()

getServiceType

public java.lang.String getServiceType()