Modifier and Type | Method and Description |
---|---|
static String |
ProfileParser.combine(Profiles p)
Creates a profile string from the internal representation.
|
Modifier and Type | Method and Description |
---|---|
void |
Profiles.addProfiles(Profiles profiles)
Adds multiple profiles.
|
void |
Profiles.addProfilesDirectly(Profiles profiles)
Adds multiple profiles .
|
Modifier and Type | Field and Description |
---|---|
protected Profiles |
FileServerType.mProfiles
The profiles associated with the FileSystem.
|
private Profiles |
HeadNodeFS.mProfiles
The profiles associated with the headnode filesystem.
|
private Profiles |
SiteCatalogEntry3.mProfiles
The profiles asscociated with the site.
|
private Profiles |
SiteCatalogEntry.mProfiles
The profiles asscociated with the site.
|
private Profiles |
WorkerNodeFS.mProfiles
The profiles associated with the headnode filesystem.
|
Modifier and Type | Method and Description |
---|---|
Profiles |
FileServer.getProfiles()
Returns the associated profiles
|
Profiles |
HeadNodeFS.getProfiles()
Returns the profiles associated with the file server.
|
Profiles |
SiteCatalogEntry3.getProfiles()
Returns the profiles associated with the site.
|
Profiles |
SiteCatalogEntry.getProfiles()
Returns the profiles associated with the site.
|
Profiles |
WorkerNodeFS.getProfiles()
Returns the profiles associated with the file server.
|
Modifier and Type | Method and Description |
---|---|
void |
FileServerType.setProfiles(Profiles profiles)
Sets the profiles associated with the file server.
|
void |
HeadNodeFS.setProfiles(Profiles profiles)
Sets the profiles associated with the file server.
|
void |
SiteCatalogEntry3.setProfiles(Profiles profiles)
Sets the profiles associated with the file server.
|
void |
SiteCatalogEntry.setProfiles(Profiles profiles)
Sets the profiles associated with the file server.
|
void |
WorkerNodeFS.setProfiles(Profiles profiles)
Sets the profiles associated with the file server.
|
Modifier and Type | Field and Description |
---|---|
private Profiles |
TransformationCatalogEntry.mProfiles
The profiles associated with the site.
|
Modifier and Type | Method and Description |
---|---|
void |
TransformationCatalogEntry.addProfiles(Profiles profiles)
Allows you to add one profile at a time to the transformation.
|
Constructor and Description |
---|
TransformationCatalogEntry(String namespace,
String name,
String version,
String resourceID,
String physicalname,
TCType type,
Profiles profiles,
SysInfo sysinfo)
Overloaded constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
Job.updateProfiles(Profiles profiles)
Updates all the profile namespaces with the information specified in
list of profile objects passed.
|
Modifier and Type | Field and Description |
---|---|
private Profiles |
PegasusProperties.mProfiles
Profiles that are specified in the properties
|
Modifier and Type | Method and Description |
---|---|
Profiles |
PegasusProperties.retrieveProfilesFromProperties()
Retrieves profiles from the properties
|
protected Profiles |
PegasusProperties.retrieveProfilesFromProperties(CommonProperties properties)
Retrieves profiles from the properties
|
Modifier and Type | Method and Description |
---|---|
private Profiles |
TransformationCatalogTextParser.getProfilesForTransformation()
Returns a list of profiles that have to be applied to the entries for
all the sites corresponding to a transformation.
|
Modifier and Type | Method and Description |
---|---|
private TransformationCatalogEntry |
TransformationCatalogTextParser.getTransformationCatalogEntry(String transformation,
Profiles profiles,
boolean modifyFileURL)
Constructs a single transformation catalog entry and returns it.
|