Uses of Interface
org.faktorips.devtools.abstraction.AProject
-
Packages that use AProject Package Description org.faktorips.devtools.abstraction Interfaces to abstract from the running platform (Eclipse or other)org.faktorips.devtools.abstraction.eclipse.internal Internal classes to help the implementation of eclipse implementations.org.faktorips.devtools.abstraction.plainjava.internal -
-
Uses of AProject in org.faktorips.devtools.abstraction
Methods in org.faktorips.devtools.abstraction that return AProject Modifier and Type Method Description AProjectABuilder. getProject()Returns the project this builder is building.AProjectAJavaProject. getProject()Returns the corresponding project.AProjectAResource. getProject()Returns the project containing this resource.AProjectAWorkspaceRoot. getProject(java.lang.String name)Returns the project with the given name in this workspace.Methods in org.faktorips.devtools.abstraction that return types with arguments of type AProject Modifier and Type Method Description java.util.Set<AProject>AWorkspaceRoot. getProjects()Returns all projects in this workspace.java.util.Set<AProject>AProject. getReferencedProjects()Returns all other projects this project references.Methods in org.faktorips.devtools.abstraction with parameters of type AProject Modifier and Type Method Description static AJavaProjectAJavaProject. from(AProject project)Returns the Java project matching the given project. -
Uses of AProject in org.faktorips.devtools.abstraction.eclipse.internal
Classes in org.faktorips.devtools.abstraction.eclipse.internal that implement AProject Modifier and Type Class Description classEclipseProjectMethods in org.faktorips.devtools.abstraction.eclipse.internal that return AProject Modifier and Type Method Description AProjectEclipseJavaProject. getProject()AProjectEclipseResource. getProject()AProjectEclipseWorkspaceRoot. getProject(java.lang.String name)Methods in org.faktorips.devtools.abstraction.eclipse.internal that return types with arguments of type AProject Modifier and Type Method Description java.util.Set<AProject>EclipseWorkspaceRoot. getProjects()java.util.Set<AProject>EclipseProject. getReferencedProjects() -
Uses of AProject in org.faktorips.devtools.abstraction.plainjava.internal
Classes in org.faktorips.devtools.abstraction.plainjava.internal that implement AProject Modifier and Type Class Description classPlainJavaProjectMethods in org.faktorips.devtools.abstraction.plainjava.internal that return AProject Modifier and Type Method Description AProjectPlainJavaJavaProject. getProject()AProjectPlainJavaResource. getProject()AProjectPlainJavaWorkspaceRoot. getProject(java.lang.String name)Methods in org.faktorips.devtools.abstraction.plainjava.internal that return types with arguments of type AProject Modifier and Type Method Description java.util.Set<AProject>PlainJavaWorkspaceRoot. getProjects()java.util.Set<AProject>PlainJavaProject. getReferencedProjects()
-