com.ptc.windchill.util.packaging.common
Interface Identifier

All Known Subinterfaces:
ClassDescriptor, ClassIdentifier, ModuleDescriptor, PackageDescriptor, PackagingUnit, SubsystemDescriptor, UnitIdentifier
All Known Implementing Classes:
AbstractPackagingUnit, ClassDescriptorImpl, ModuleDescriptorImpl, PackageDescriptorImpl, SubsystemDescriptorImpl

public interface Identifier



Supported API: false

Extendable: false


Method Summary
 String getSimpleName()
          Gets the last portion of the unit name.
 String toExternalForm()
          Gets the identifier in String form, for passing outside of the system boundaries, such as persisting a reference in a file.
 

Method Detail

getSimpleName

public String getSimpleName()
Gets the last portion of the unit name. Example: "cool" is returned if unitName is "com.ptc.cool".

Supported API: false

Returns:
String

toExternalForm

public String toExternalForm()
Gets the identifier in String form, for passing outside of the system boundaries, such as persisting a reference in a file.

Supported API: false

Returns:
String