|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.schmant.support.AbstractArgumentChecker
org.schmant.arg.DirectoryRepresentation
public class DirectoryRepresentation
This is an representation of a directory and possibly an entity filter. It is
returned from some ArgumentInterpreter
methods.
It differs from DirectoryAndFilter
in that that the directory in this
object has been interpreted as a DirectoryView
.
Constructor Summary | |
---|---|
DirectoryRepresentation(DirectoryView dir,
Filter<? super EntityView> f)
Create a new DirectoryRepresentation . |
Method Summary | |
---|---|
DirectoryView |
getDirectory()
Get the directory. |
Filter<? super EntityView> |
getFilter()
Get the filter. |
String |
toString()
|
Methods inherited from class org.schmant.support.AbstractArgumentChecker |
---|
check, check, check, check |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DirectoryRepresentation(DirectoryView dir, Filter<? super EntityView> f)
DirectoryRepresentation
.
dir
- The directory.f
- The filter. May be null
.Method Detail |
---|
public DirectoryView getDirectory()
Entities.getValidEntity(org.entityfs.EntityView)
.
public Filter<? super EntityView> getFilter()
null
.public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |