Uses of Interface
org.faktorips.devtools.abstraction.AResource
-
Packages that use AResource 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 AResource in org.faktorips.devtools.abstraction
Subinterfaces of AResource in org.faktorips.devtools.abstraction Modifier and Type Interface Description interfaceAContainerA container is a resource containing other resources, itsmembers.interfaceAFileA file is a resource in the file-system that contains data.interfaceAFolderA folder is a file-system resource that contains files and/or other folders.interfaceAProjectA project is a special container wrapping resources and settings.interfaceAWorkspaceRootThe container representinga workspace'scontents.Fields in org.faktorips.devtools.abstraction with type parameters of type AResource Modifier and Type Field Description static java.util.Comparator<AResource>AResource. COMPARING_BY_NAMEAComparatorcomparing resources by name.Methods in org.faktorips.devtools.abstraction that return AResource Modifier and Type Method Description AResourceAContainer. findMember(java.lang.String path)Returns the member of this container (or one of its members) denoted by the given path (interpreted as relative to this resource), if it exists.AResourceAJavaElement. getResource()Returns the corresponding resource.AResourceAResourceDelta. getResource()Returns the resource this delta refers to.Methods in org.faktorips.devtools.abstraction that return types with arguments of type AResource Modifier and Type Method Description java.util.SortedSet<? extends AResource>AContainer. getMembers()Returns this container's members, sorted by their name.default java.util.Iterator<AResource>AContainer. iterator()Methods in org.faktorips.devtools.abstraction with parameters of type AResource Modifier and Type Method Description default intAResource. compareTo(AResource o)booleanAJavaProject. isJavaFolder(AResource resource)Returns whether the given resource is a Java folder.APackageFragmentRootAJavaProject. toPackageFragmentRoot(AResource resource)Returns theresourceas package fragment root. -
Uses of AResource in org.faktorips.devtools.abstraction.eclipse.internal
Classes in org.faktorips.devtools.abstraction.eclipse.internal that implement AResource Modifier and Type Class Description classEclipseContainerclassEclipseFileclassEclipseFolderclassEclipseProjectclassEclipseResourceclassEclipseWorkspaceRootMethods in org.faktorips.devtools.abstraction.eclipse.internal that return AResource Modifier and Type Method Description AResourceEclipseContainer. findMember(java.lang.String path)AResourceEclipseJavaElement. getResource()AResourceEclipseResourceDelta. getResource()Methods in org.faktorips.devtools.abstraction.eclipse.internal that return types with arguments of type AResource Modifier and Type Method Description java.util.SortedSet<AResource>EclipseContainer. getMembers()Methods in org.faktorips.devtools.abstraction.eclipse.internal with parameters of type AResource Modifier and Type Method Description booleanEclipseJavaProject. isJavaFolder(AResource resource)Examines thisIJavaProjectand its relation to the given resource.APackageFragmentRootEclipseJavaProject. toPackageFragmentRoot(AResource resource) -
Uses of AResource in org.faktorips.devtools.abstraction.plainjava.internal
Classes in org.faktorips.devtools.abstraction.plainjava.internal that implement AResource Modifier and Type Class Description classPlainJavaContainerclassPlainJavaFileclassPlainJavaFolderclassPlainJavaProjectclassPlainJavaResourceclassPlainJavaWorkspaceRootMethods in org.faktorips.devtools.abstraction.plainjava.internal that return AResource Modifier and Type Method Description AResourcePlainJavaContainer. findMember(java.lang.String path)AResourcePlainJavaJavaElement. getResource()Methods in org.faktorips.devtools.abstraction.plainjava.internal with parameters of type AResource Modifier and Type Method Description booleanPlainJavaJavaProject. isJavaFolder(AResource resource)APackageFragmentRootPlainJavaJavaProject. toPackageFragmentRoot(AResource resource)
-