public class AppliManifestType
extends java.lang.Object
Constructor and Description |
---|
AppliManifestType(java.lang.String appliType)
Create a new Manifest type, without a default type.
|
AppliManifestType(java.lang.String appliType,
java.lang.String defaultType)
Create a new Manifest type.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAppliType()
Return the application type.
|
java.lang.String |
getDefaultType()
Return the default Plugin type.
|
void |
setDefaultPluginType(java.lang.String defaultType)
Set the default Plugin type.
|
public AppliManifestType(java.lang.String appliType)
appliType
- the application typepublic AppliManifestType(java.lang.String appliType, java.lang.String defaultType)
appliType
- the application typedefaultType
- the default typepublic void setDefaultPluginType(java.lang.String defaultType)
defaultType
- the default typepublic java.lang.String getAppliType()
public java.lang.String getDefaultType()