|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PropertiesFileContext
Context for the file properties. BE VERY CAREFUL WITH THESE. The results are only valid for the directory you're currently processing, since the metafile scope changes in every directory. IN FACT, DON'T USE THEM AT ALL. THE ENGINE WILL SET THESE ATTRIBUTES FOR YOU.
10NOV09 - EPG - First package release.
| Method Summary | |
|---|---|
boolean |
COPY_ONLY(Node_Directory directory)
Is the directory copy only? |
boolean |
COPY_ONLY(Node_File file)
Is the file copy only? |
boolean |
EXCLUDED(java.io.File file)
Is the file or directory excluded? |
boolean |
EXCLUDED(Node_Directory directory)
Is the directory excluded? |
boolean |
EXCLUDED(Node_File file)
Is the file excluded? |
boolean |
IGNORED(java.io.File file)
Is the file or directory ignored? |
boolean |
IGNORED(Node_Directory directory)
Is the directory ignored? |
boolean |
IGNORED(Node_File file)
Is the file ignored? |
| Method Detail |
|---|
boolean EXCLUDED(Node_Directory directory)
throws java.lang.Throwable
directory - the directory.
java.lang.Throwable - for severe platform problems only.
boolean EXCLUDED(Node_File file)
throws java.lang.Throwable
file - the file.
java.lang.Throwable - for severe platform problems only.
boolean EXCLUDED(java.io.File file)
throws java.lang.Throwable
file - the java File representing a directory or file.
java.lang.Throwable - for severe platform problems only.
boolean IGNORED(Node_Directory directory)
throws java.lang.Throwable
directory - the directory.
java.lang.Throwable - for severe platform problems only.
boolean IGNORED(Node_File file)
throws java.lang.Throwable
file - the file.
java.lang.Throwable - for severe platform problems only.
boolean IGNORED(java.io.File file)
throws java.lang.Throwable
file - the java File representing a directory or file.
java.lang.Throwable - for severe platform problems only.
boolean COPY_ONLY(Node_File file)
throws java.lang.Throwable
file - the file.
java.lang.Throwable - for severe platform problems only.
boolean COPY_ONLY(Node_Directory directory)
throws java.lang.Throwable
directory - the directory.
java.lang.Throwable - for severe platform problems only.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||