Class PlainJavaFolder
java.lang.Object
org.faktorips.devtools.abstraction.AWrapper<File>
org.faktorips.devtools.abstraction.plainjava.internal.PlainJavaResource
org.faktorips.devtools.abstraction.plainjava.internal.PlainJavaContainer
org.faktorips.devtools.abstraction.plainjava.internal.PlainJavaFolder
- All Implemented Interfaces:
Comparable<org.faktorips.devtools.abstraction.AResource>,Iterable<org.faktorips.devtools.abstraction.AResource>,org.faktorips.devtools.abstraction.AAbstraction,org.faktorips.devtools.abstraction.AContainer,org.faktorips.devtools.abstraction.AFolder,org.faktorips.devtools.abstraction.AResource
- Direct Known Subclasses:
PlainJavaProject,PlainJavaWorkspaceRoot
public class PlainJavaFolder
extends PlainJavaContainer
implements org.faktorips.devtools.abstraction.AFolder
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.faktorips.devtools.abstraction.AResource
org.faktorips.devtools.abstraction.AResource.AResourceTreeTraversalDepth, org.faktorips.devtools.abstraction.AResource.AResourceType -
Field Summary
Fields inherited from interface org.faktorips.devtools.abstraction.AResource
COMPARING_BY_NAME -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.faktorips.devtools.abstraction.plainjava.internal.PlainJavaContainer
findMember, getFile, getFolder, getMembers, isSynchronizedInternal, recursive, refreshInternalMethods inherited from class org.faktorips.devtools.abstraction.plainjava.internal.PlainJavaResource
copy, createMarker, delete, deleteMarker, deleteMarkers, exists, findMarkers, getLocalTimeStamp, getLocation, getModificationStamp, getName, getParent, getProject, getProjectRelativePath, getWorkspace, getWorkspaceRelativePath, isAccessible, isDerived, isSynchronized, move, recursive, refreshLocal, setDerived, touchMethods inherited from class org.faktorips.devtools.abstraction.AWrapper
equals, hashCode, toString, unwrapMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.faktorips.devtools.abstraction.AAbstraction
unwrapMethods inherited from interface org.faktorips.devtools.abstraction.AContainer
findMember, getFile, getFolder, getMembers, iteratorMethods inherited from interface org.faktorips.devtools.abstraction.AResource
compareTo, copy, createMarker, delete, deleteMarkers, exists, findMarkers, getLocalTimeStamp, getLocation, getModificationStamp, getName, getParent, getProject, getProjectRelativePath, getWorkspace, getWorkspaceRelativePath, isAccessible, isDerived, isSynchronized, move, refreshLocal, setDerived, touchMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
PlainJavaFolder
-
-
Method Details
-
getType
public org.faktorips.devtools.abstraction.AResource.AResourceType getType()- Specified by:
getTypein interfaceorg.faktorips.devtools.abstraction.AResource
-
getFile
- Specified by:
getFilein interfaceorg.faktorips.devtools.abstraction.AFolder
-
getFolder
- Specified by:
getFolderin interfaceorg.faktorips.devtools.abstraction.AFolder
-
create
public void create(org.eclipse.core.runtime.IProgressMonitor monitor) - Specified by:
createin interfaceorg.faktorips.devtools.abstraction.AFolder
-