Uses of Interface
org.faktorips.devtools.abstraction.AWorkspaceRoot
-
Packages that use AWorkspaceRoot 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 AWorkspaceRoot in org.faktorips.devtools.abstraction
Methods in org.faktorips.devtools.abstraction that return AWorkspaceRoot Modifier and Type Method Description AWorkspaceRootAWorkspace. getRoot()Returns the resource representing this workspace. -
Uses of AWorkspaceRoot in org.faktorips.devtools.abstraction.eclipse.internal
Classes in org.faktorips.devtools.abstraction.eclipse.internal that implement AWorkspaceRoot Modifier and Type Class Description classEclipseWorkspaceRootMethods in org.faktorips.devtools.abstraction.eclipse.internal that return AWorkspaceRoot Modifier and Type Method Description AWorkspaceRootEclipseWorkspace. getRoot() -
Uses of AWorkspaceRoot in org.faktorips.devtools.abstraction.plainjava.internal
Classes in org.faktorips.devtools.abstraction.plainjava.internal that implement AWorkspaceRoot Modifier and Type Class Description classPlainJavaWorkspaceRoot
-