public interface ProfileDependable extends Dependable
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
doesExist()
Quick check to tell if the Dependant object exists. 
 | 
DataContainer | 
getDataContainer()
Get the DataContainer (Project or Workspace) in which the Profile resides. 
 | 
Profile | 
getProfile()
Get the Profile class. 
 | 
<T> T | 
getProfile(java.lang.Class<T> clazz)
Get the Profile only if it is an instanceof clazz, null otherwise. 
 | 
getDependencies, getSource, getSourceOwnerProfile getProfile()
<T> T getProfile(java.lang.Class<T> clazz)
clazz - DataContainer getDataContainer()
boolean doesExist()