|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DeploymentType | |
|---|---|
| org.eclipse.mtj.api.deployment | |
| org.eclipse.mtj.api.deployment.impl | |
| org.eclipse.mtj.api.enumerations | |
| org.eclipse.mtj.api.extension | |
| Uses of DeploymentType in org.eclipse.mtj.api.deployment |
|---|
| Methods in org.eclipse.mtj.api.deployment that return DeploymentType | |
|---|---|
DeploymentType |
Deployment.getType()
Returns the value of the 'Type' attribute. |
| Methods in org.eclipse.mtj.api.deployment with parameters of type DeploymentType | |
|---|---|
void |
Deployment.setType(DeploymentType value)
Sets the value of the ' Type' attribute. |
| Uses of DeploymentType in org.eclipse.mtj.api.deployment.impl |
|---|
| Methods in org.eclipse.mtj.api.deployment.impl that return DeploymentType | |
|---|---|
DeploymentType |
DeploymentImpl.getType()
|
| Methods in org.eclipse.mtj.api.deployment.impl with parameters of type DeploymentType | |
|---|---|
void |
DeploymentImpl.setType(DeploymentType newType)
|
| Uses of DeploymentType in org.eclipse.mtj.api.enumerations |
|---|
| Fields in org.eclipse.mtj.api.enumerations declared as DeploymentType | |
|---|---|
static DeploymentType |
DeploymentType.DEPLOYMENT_TYPE_CDC_LITERAL
The 'DEPLOYMENT TYPE CDC' literal object. |
static DeploymentType |
DeploymentType.DEPLOYMENT_TYPE_MIDLET_LITERAL
The 'DEPLOYMENT TYPE MIDLET' literal object. |
static DeploymentType |
DeploymentType.DEPLOYMENT_TYPE_OSGI_MIDLET_LITERAL
The 'DEPLOYMENT TYPE OSGI MIDLET' literal object. |
static DeploymentType |
DeploymentType.DEPLOYMENT_TYPE_RESOURCE_LITERAL
The 'DEPLOYMENT TYPE RESOURCE' literal object. |
| Methods in org.eclipse.mtj.api.enumerations that return DeploymentType | |
|---|---|
static DeploymentType |
DeploymentType.get(int value)
Returns the 'Deployment Type' literal with the specified value. |
static DeploymentType |
DeploymentType.get(java.lang.String name)
Returns the 'Deployment Type' literal with the specified name. |
| Uses of DeploymentType in org.eclipse.mtj.api.extension |
|---|
| Methods in org.eclipse.mtj.api.extension that return DeploymentType | |
|---|---|
DeploymentType |
ProjectExtensionProvider.getDeploymentType()
Return the DeploymentType the ProjectExtensionProvider supports. |
DeploymentType[] |
SigningProvider.getSupportedTypes()
Returns the deployment types that are supported. |
DeploymentType[] |
PackagingProvider.getSupportedTypes()
Returns the deployment types that are supported by the provider. |
| Methods in org.eclipse.mtj.api.extension with parameters of type DeploymentType | |
|---|---|
Deployment |
PackagingProvider.createDeployment(java.lang.String projectName,
Project projectData,
org.eclipse.core.resources.IResource[] resources,
org.eclipse.core.resources.IFolder targetFolder,
DeploymentType type,
java.lang.String natureId,
org.eclipse.core.runtime.IProgressMonitor monitor)
Method creates deployment package from the resources. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||