Modifier and Type | Class and Description |
---|---|
static class |
ProfileElementInfo.SpiData |
Constructor and Description |
---|
ProfileElementInfo() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object object) |
abstract java.lang.String |
getDefaultProfileName() |
abstract java.lang.String |
getDefaultProfileNameFormat() |
java.lang.String |
getDescription() |
java.lang.String |
getIconFile() |
MetaResource |
getIconMetaResource()
returns the Icon MetaResource.
|
Invokable |
getInvokable() |
java.lang.String |
getName() |
java.lang.String[] |
getPath() |
abstract ProfileInfo |
getProfileInfo() |
abstract java.lang.String |
getProfileNameFormat() |
java.lang.String |
getRule() |
java.lang.String[] |
getTechnologyKeys() |
Wizard |
getWizard()
Deprecated.
Use
getInvokable() |
java.util.Iterator<java.lang.String> |
newProfileNames(boolean isDefault,
Context context)
Generate Profile names.
|
java.util.Iterator<java.lang.String> |
newProfileNames(java.lang.String profileNameFormat,
Context context) |
void |
setDescription(java.lang.String description) |
void |
setIconFile(java.lang.String iconFilePath)
Sets the relative path for the icon file; should begin with a
forward slash ('/') character.
|
void |
setIconMetaResource(MetaResource iconMetaResource)
Sets the MetaResource to use to get the icon.
|
void |
setInvokable(Invokable invokable) |
void |
setName(java.lang.String name) |
void |
setPath(java.lang.String[] path) |
void |
setRule(java.lang.String ruleId) |
void |
setTechnologyKeys(java.lang.String[] technologyKeys) |
void |
setWizard(Wizard wizard)
Deprecated.
|
public abstract ProfileInfo getProfileInfo()
public abstract java.lang.String getDefaultProfileName()
public abstract java.lang.String getDefaultProfileNameFormat()
public abstract java.lang.String getProfileNameFormat()
public final java.util.Iterator<java.lang.String> newProfileNames(boolean isDefault, Context context)
default
- - is this for the 'default' profile.context
- - the context to use for substituting macro values found in the names.public final java.util.Iterator<java.lang.String> newProfileNames(java.lang.String profileNameFormat, Context context)
@Deprecated public Wizard getWizard()
getInvokable()
@Deprecated public void setWizard(Wizard wizard)
public Invokable getInvokable()
public void setInvokable(Invokable invokable)
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public java.lang.String getIconFile()
public void setIconFile(java.lang.String iconFilePath)
iconFilePath
- a path to the icon file locationsetIconMetaResource(javax.ide.util.MetaResource)
public MetaResource getIconMetaResource()
public void setIconMetaResource(MetaResource iconMetaResource)
icon file path
.iconMetaResource
- setIconFile(java.lang.String)
public java.lang.String[] getPath()
public void setPath(java.lang.String[] path)
public java.lang.String[] getTechnologyKeys()
public void setTechnologyKeys(java.lang.String[] technologyKeys)
public void setRule(java.lang.String ruleId)
public java.lang.String getRule()
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object