org.jostraca.util
Class FileBuildResource
java.lang.Object
org.jostraca.util.BuildResourceSupport
org.jostraca.util.FileBuildResource
- All Implemented Interfaces:
- BuildResource, Standard
- Direct Known Subclasses:
- FileRefBuildResource
- public class FileBuildResource
- extends BuildResourceSupport
FileBuildResource compares two files and is uptodate if the
files are uptodate with respect to each other: later is modified after ealier.
|
Field Summary |
protected java.io.File |
iEarlier
|
protected java.io.File |
iLater
|
| Fields inherited from interface org.jostraca.util.Standard |
BACKSLASH, CHAR_BACKSLASH, CHAR_CLOSE_SQUARE_BRACKET, CHAR_COLON, CHAR_COMMA, CHAR_DOT, CHAR_EQUALS, CHAR_FORWARDSLASH, CHAR_GREATERTHAN, CHAR_LESSTHAN, CHAR_MINUS, CHAR_NEWLINE, CHAR_OPEN_SQUARE_BRACKET, CHAR_PERCENT, CHAR_QUOTE, CHAR_RETURN, CHAR_SEMICOLON, CHAR_SPACE, CHAR_TAB, CHAR_ZERO, CLOSE_BRACE, CLOSE_BRACKET, CLOSE_SQUARE_BRACKET, COLON, COLON_OPEN_SQUARE_BRACKET, COLON_SPACE, COMMA, COMMA_SPACE, Directive, DOT, DOT_PROPERTIES, DOTDOT, EMPTY, EMPTY_STRING_ARRAY, EMPTY_STRINGBUFFER, EQUALS, Expression, FORWARDSLASH, GREATERTHAN, INDENT, Insert, IS_NULL, LESSTHAN, MINUS, NEWLINE, NO, OPEN_BRACE, OPEN_BRACKET, OPEN_SQUARE_BRACKET, PERCENT, QUOTE, Script, SEMICOLON, SPACE, TAB, Text, UNDEFINED, UNKNOWN, UTIL_TRACKER, YES, ZERO |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
iEarlier
protected java.io.File iEarlier
iLater
protected java.io.File iLater
FileBuildResource
public FileBuildResource(java.io.File pEarlier,
java.io.File pLater)
FileBuildResource
protected FileBuildResource()
uptodateImpl
public boolean uptodateImpl()
- Specified by:
uptodateImpl in class BuildResourceSupport
toStringImpl
public java.lang.String toStringImpl()
- Specified by:
toStringImpl in class BuildResourceSupport
getEarlier
public java.io.File getEarlier()
getLater
public java.io.File getLater()
equals
public boolean equals(java.lang.Object pObject)
Copyright © 2000-2002 Richard Rodger