org.jostraca.util
Class BuildResourceSupport

java.lang.Object
  extended byorg.jostraca.util.BuildResourceSupport
All Implemented Interfaces:
BuildResource, Standard
Direct Known Subclasses:
FileBuildResource, RootBuildResource

public abstract class BuildResourceSupport
extends java.lang.Object
implements BuildResource, Standard

Support functions for BuildResource classes.


Nested Class Summary
static interface BuildResourceSupport.BuildResourceOperator
           
 
Field Summary
static java.lang.String CN
           
protected  java.util.ArrayList iBuildResourceList
           
protected  java.util.HashMap iBuildResourceMap
           
protected  boolean iThisLastUptodate
           
static java.lang.String 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
BuildResourceSupport()
           
 
Method Summary
 void add(BuildResource pBuildResource)
           
 java.lang.String toString()
           
abstract  java.lang.String toStringImpl()
           
 java.lang.String toStringStatus()
           
 boolean uptodate()
           
abstract  boolean uptodateImpl()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jostraca.util.BuildResource
equals
 

Field Detail

CN

public static final java.lang.String CN
See Also:
Constant Field Values

iThisLastUptodate

protected boolean iThisLastUptodate

iBuildResourceList

protected java.util.ArrayList iBuildResourceList

iBuildResourceMap

protected java.util.HashMap iBuildResourceMap

MN_add

public static final java.lang.String MN_add
See Also:
Constant Field Values
Constructor Detail

BuildResourceSupport

public BuildResourceSupport()
Method Detail

uptodateImpl

public abstract boolean uptodateImpl()

toStringImpl

public abstract java.lang.String toStringImpl()

uptodate

public boolean uptodate()
Specified by:
uptodate in interface BuildResource

add

public void add(BuildResource pBuildResource)
Specified by:
add in interface BuildResource

toString

public java.lang.String toString()
Specified by:
toString in interface BuildResource

toStringStatus

public java.lang.String toStringStatus()
Specified by:
toStringStatus in interface BuildResource


Copyright © 2000-2002 Richard Rodger