Uses of Interface
org.faktorips.devtools.abstraction.AFolder
-
Packages that use AFolder 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 AFolder in org.faktorips.devtools.abstraction
Methods in org.faktorips.devtools.abstraction that return AFolder Modifier and Type Method Description AFolderAContainer. getFolder(java.nio.file.Path path)Returns the folder that is a member of this container (or one of its members) denoted by the given path (interpreted as relative to this resource).AFolderAFolder. getFolder(java.lang.String name)Returns the folder with the given name contained in this folder.AFolderAProject. getFolder(java.lang.String name)Returns the folder with the given name inside this project. -
Uses of AFolder in org.faktorips.devtools.abstraction.eclipse.internal
Classes in org.faktorips.devtools.abstraction.eclipse.internal that implement AFolder Modifier and Type Class Description classEclipseFolderMethods in org.faktorips.devtools.abstraction.eclipse.internal that return AFolder Modifier and Type Method Description AFolderEclipseContainer. getFolder(java.nio.file.Path path)AFolderEclipseFolder. getFolder(java.lang.String name)AFolderEclipseProject. getFolder(java.lang.String name) -
Uses of AFolder in org.faktorips.devtools.abstraction.plainjava.internal
Classes in org.faktorips.devtools.abstraction.plainjava.internal that implement AFolder Modifier and Type Class Description classPlainJavaFolderclassPlainJavaProjectclassPlainJavaWorkspaceRootMethods in org.faktorips.devtools.abstraction.plainjava.internal that return AFolder Modifier and Type Method Description AFolderPlainJavaContainer. getFolder(java.nio.file.Path path)AFolderPlainJavaFolder. getFolder(java.lang.String name)
-