org.jostraca.util
Class FileRefBuildResource

java.lang.Object
  extended byorg.jostraca.util.BuildResourceSupport
      extended byorg.jostraca.util.FileBuildResource
          extended byorg.jostraca.util.FileRefBuildResource
All Implemented Interfaces:
BuildResource, Standard

public class FileRefBuildResource
extends FileBuildResource

FileRefBuildResource is the same as FileBuildResource but is created with FileRefs so that the actual files can be changed/determined later.


Nested Class Summary
 
Nested classes inherited from class org.jostraca.util.BuildResourceSupport
BuildResourceSupport.BuildResourceOperator
 
Field Summary
 
Fields inherited from class org.jostraca.util.FileBuildResource
iEarlier, iLater
 
Fields inherited from class org.jostraca.util.BuildResourceSupport
CN, iBuildResourceList, iBuildResourceMap, iThisLastUptodate, MN_add
 
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
 
Constructor Summary
FileRefBuildResource(FileRef pEarlierRef, FileRef pLaterRef)
           
 
Method Summary
 java.io.File getEarlier()
           
 java.io.File getLater()
           
 java.lang.String toStringImpl()
           
 boolean uptodateImpl()
           
 
Methods inherited from class org.jostraca.util.FileBuildResource
equals
 
Methods inherited from class org.jostraca.util.BuildResourceSupport
add, toString, toStringStatus, uptodate
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileRefBuildResource

public FileRefBuildResource(FileRef pEarlierRef,
                            FileRef pLaterRef)
Method Detail

uptodateImpl

public boolean uptodateImpl()
Overrides:
uptodateImpl in class FileBuildResource

toStringImpl

public java.lang.String toStringImpl()
Overrides:
toStringImpl in class FileBuildResource

getEarlier

public java.io.File getEarlier()
Overrides:
getEarlier in class FileBuildResource

getLater

public java.io.File getLater()
Overrides:
getLater in class FileBuildResource


Copyright © 2000-2002 Richard Rodger