|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.fv.FvLoader
public class FvLoader
File Vault object loader.
This class is used for loading data related to the External File Vault. Data can be supplied in 2 ways. 1. Modify fvloader.csv file in /loadFiles directory to suit your needs. 2. Create your own .csv file. The usage of the FvLoader is as follows: FvLoader with no arguments loads data from file "fvloader.csv" in /loadFiles directory. FvLoader [Full File Name] loads data from supplied file The syntaxis of the .csv file is supplied bellow: Command syntax: Command_type,comma_separated_arguments # <- comment Type,Arguments Meaning (In the batch commands bellow site is assumed to be - localSite) V,vaultName -create FvVault with name vaultName V,vaultName,autoFolderCreate -create FvVault with name vaultName and flag autoFolderCreate H,hostName -create FvHost with host name hostName F,folderName,vaultName -create FvFolder with name folderName and attach it to FvVault with name vaultName M,folderName,hostName,path,local(0/1) -create an FvMount between FvFolder folderName and FvHost hostName with given path and local flag(0 or 1) R,vaultName,fullClassName,fullDomainPath,lifeCycleStateName -create an FvPolicyRule referencing a FvVault for a certain class, domain and lifecycle state FE,folderName -enable the folder, which name is the folderName. Should enable folder only if it has at least one mount. VE,vaultName -enable the vault, which name is the vaultName. Should enable vault only if it has at least one folder - which is mounted, enabled and not read-only. RemoveLocalR,vaultName,fullClassName,fullDomainPath,lifeCycleStateName -remove and existing ext. vaulting rule (same arguments as during creation) Command line arguments -listContainers prints list of container paths. -listDomains [containerPath] [includeDescendentContainers] prints list of domain paths. Last two arguments are optional. If not specified, print all domains in the system. -listFvPolicyRules [site name] prints list of existing Policy rules for given site. If site name specified as constant ALL_SITES, returns all rules.
LR-prefix
Supported API: true
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||