com.ibm.are.xml.rules.fileattr
Class FileAttributeRule

java.lang.Object
  extended by com.ibm.are.xml.rules.Rule
      extended by com.ibm.are.xml.rules.fileattr.FileAttributeRule
Direct Known Subclasses:
FileEmptyRule, FileExistenceRule, FileLastModifiedRule, FileSizeRule, FileTypeRule, IBMiFileAttributeRule, SymlinkTargetRule

public abstract class FileAttributeRule
extends Rule

Abstract base class for all file verification rules

Author:
IBM

Field Summary
static java.lang.String COPYRIGHT
          Copyright for class bytecode
static java.lang.String MAP_ITEM_NAME
          The name of the file or directory
 
Fields inherited from class com.ibm.are.xml.rules.Rule
MAP_ITEM_CHECK_CLASS, MAP_ITEM_CHECK_OBJECT, MAP_ITEM_CHECK_TYPE, MAP_ITEM_ERROR_LEVEL, MAP_ITEM_EXPECTED_VALUE, MAP_ITEM_MATCH_CASE
 
Method Summary
 
Methods inherited from class com.ibm.are.xml.rules.Rule
getNodeInfo, report, report, run
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Copyright for class bytecode

See Also:
Constant Field Values

MAP_ITEM_NAME

public static final java.lang.String MAP_ITEM_NAME
The name of the file or directory

See Also:
Constant Field Values