PageBoxLib
Class RuleHandler.Rule

java.lang.Object
  extended byPageBoxLib.RuleHandler.Rule
Enclosing class:
RuleHandler

public class RuleHandler.Rule
extends java.lang.Object

Memory representation of rules.xml.


Field Summary
 java.lang.String dbCreateScript
          Script for the creation of database
 java.lang.String dbDropScript
          Script for database drop
 RuleHandler.DefaultAuth defaultAuth
          Default rule
 java.util.HashMap extensions
          Extensions map. Key: extension name Value: extension class
 JDBCinfo jdbcInfo
          JDBCinfo object
 java.util.HashMap repositoryRules
          Authorizations per repository Key: repository URL Value: RepositoryAuth object
 java.util.HashMap resources
          Application server resource map Key: resource name Value: ResourceInfo object
 java.lang.String rootPath
          Root deployment path
 java.lang.String target
          Target directory
 
Constructor Summary
RuleHandler.Rule()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

defaultAuth

public RuleHandler.DefaultAuth defaultAuth
Default rule


repositoryRules

public java.util.HashMap repositoryRules
Authorizations per repository


target

public java.lang.String target
Target directory


rootPath

public java.lang.String rootPath
Root deployment path


resources

public java.util.HashMap resources
Application server resource map


extensions

public java.util.HashMap extensions
Extensions map.


jdbcInfo

public JDBCinfo jdbcInfo
JDBCinfo object


dbCreateScript

public java.lang.String dbCreateScript
Script for the creation of database


dbDropScript

public java.lang.String dbDropScript
Script for database drop

Constructor Detail

RuleHandler.Rule

public RuleHandler.Rule()