com.ibm.ibmi.are.xml.rules.fileattr
Class IBMiFileAttributeRule

java.lang.Object
  extended by com.ibm.are.xml.rules.Rule
      extended by com.ibm.are.xml.rules.fileattr.FileAttributeRule
          extended by com.ibm.ibmi.are.xml.rules.fileattr.IBMiFileAttributeRule
Direct Known Subclasses:
FileCcsidRule, FileCreationTimeRule

public abstract class IBMiFileAttributeRule
extends FileAttributeRule

Abstract base class for all IBM i file and directory attribute verification rules

Author:
IBM

Field Summary
static java.lang.String COPYRIGHT
          Copyright for class bytecode
 
Fields inherited from class com.ibm.are.xml.rules.fileattr.FileAttributeRule
MAP_ITEM_NAME
 
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
 com.ibm.as400.access.IFSFile getIfsFile(com.ibm.are.plugin.Plugin plugin)
          Retrieves a reference to an IBM Toolbox for Java IFSFile object that models the file or directory that is being verified.
 
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
Method Detail

getIfsFile

public com.ibm.as400.access.IFSFile getIfsFile(com.ibm.are.plugin.Plugin plugin)
Retrieves a reference to an IBM Toolbox for Java IFSFile object that models the file or directory that is being verified.

Parameters:
plugin - The plugin that that verification is being performed for
Returns:
A reference to an IBM Toolbox for Java IFSFile object that models the file or directory that is being verified.