Uses of Interface
org.eclipse.mtj.api.project.Project

Packages that use Project
org.eclipse.mtj.api.extension   
org.eclipse.mtj.api.project   
org.eclipse.mtj.api.project.impl   
org.eclipse.mtj.api.project.util   
 

Uses of Project in org.eclipse.mtj.api.extension
 

Methods in org.eclipse.mtj.api.extension with parameters of type Project
 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.
 

Uses of Project in org.eclipse.mtj.api.project
 

Methods in org.eclipse.mtj.api.project that return Project
 Project ProjectFactory.createProject()
          Returns a new object of class 'Project'.
 

Uses of Project in org.eclipse.mtj.api.project.impl
 

Classes in org.eclipse.mtj.api.project.impl that implement Project
 class ProjectImpl
          An implementation of the model object 'Project'.
 

Methods in org.eclipse.mtj.api.project.impl that return Project
 Project ProjectFactoryImpl.createProject()
           
 

Uses of Project in org.eclipse.mtj.api.project.util
 

Methods in org.eclipse.mtj.api.project.util with parameters of type Project
 java.lang.Object ProjectSwitch.caseProject(Project object)
          Returns the result of interpretting the object as an instance of 'Project'.