wt.ixb.handlers.netmarkets
Class NMProjectConstants.FolderStructInfo

java.lang.Object
  extended bywt.ixb.handlers.netmarkets.NMProjectConstants.FolderStructInfo
Enclosing class:
NMProjectConstants

public static final class NMProjectConstants.FolderStructInfo
extends Object


Field Summary
static String CABINET
           
static String DOMAIN
           
static String FOLDER_ACL
           
static String FOLDER_LINK
           
static String FOLDER_STRUCTURE
           
static String NESTED_FOLDER
           
static String ROOT_PATH
           
static String SUB_FOLDER
           
 
Constructor Summary
NMProjectConstants.FolderStructInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FOLDER_STRUCTURE

public static final String FOLDER_STRUCTURE
See Also:
Constant Field Values

CABINET

public static final String CABINET
See Also:
Constant Field Values

DOMAIN

public static final String DOMAIN
See Also:
Constant Field Values

ROOT_PATH

public static final String ROOT_PATH
See Also:
Constant Field Values

SUB_FOLDER

public static final String SUB_FOLDER
See Also:
Constant Field Values

FOLDER_ACL

public static final String FOLDER_ACL
See Also:
Constant Field Values

FOLDER_LINK

public static final String FOLDER_LINK
See Also:
Constant Field Values

NESTED_FOLDER

public static final String NESTED_FOLDER
See Also:
Constant Field Values
Constructor Detail

NMProjectConstants.FolderStructInfo

public NMProjectConstants.FolderStructInfo()