Uses of Interface
org.faktorips.devtools.abstraction.AFile
-
Packages that use AFile 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 AFile in org.faktorips.devtools.abstraction
Methods in org.faktorips.devtools.abstraction that return AFile Modifier and Type Method Description AFileAContainer. getFile(java.nio.file.Path path)Returns the file that is a member of this container (or one of its members) denoted by the given path (interpreted as relative to this resource).AFileAFolder. getFile(java.lang.String name)Returns the file with the given name contained in this folder.AFileAProject. getFile(java.lang.String name)Returns the file with the given name inside this project.AFileAWorkspaceRoot. getFileForLocation(java.nio.file.Path location)Returns the file with the given name in a project inside this workspace. -
Uses of AFile in org.faktorips.devtools.abstraction.eclipse.internal
Classes in org.faktorips.devtools.abstraction.eclipse.internal that implement AFile Modifier and Type Class Description classEclipseFileMethods in org.faktorips.devtools.abstraction.eclipse.internal that return AFile Modifier and Type Method Description AFileEclipseContainer. getFile(java.nio.file.Path path)AFileEclipseFolder. getFile(java.lang.String name)AFileEclipseProject. getFile(java.lang.String name)AFileEclipseWorkspaceRoot. getFileForLocation(java.nio.file.Path location) -
Uses of AFile in org.faktorips.devtools.abstraction.plainjava.internal
Classes in org.faktorips.devtools.abstraction.plainjava.internal that implement AFile Modifier and Type Class Description classPlainJavaFileMethods in org.faktorips.devtools.abstraction.plainjava.internal that return AFile Modifier and Type Method Description AFilePlainJavaContainer. getFile(java.nio.file.Path path)AFilePlainJavaFolder. getFile(java.lang.String name)AFilePlainJavaWorkspaceRoot. getFileForLocation(java.nio.file.Path location)
-