org.apache.directory.server.tools
Class InstanceLayout
java.lang.Object
org.apache.directory.server.tools.InstanceLayout
public class InstanceLayout
- extends java.lang.Object
TODO InstanceLayout.
${ads-instance-name}
|-- conf
|-- ldif
|-- log
|-- partitions
| |-- example
| |-- schema
| `-- system
`-- run
- Version:
- $Rev$, $Date$
- Author:
- Apache Directory Project
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InstanceLayout
public InstanceLayout(java.io.File location)
InstanceLayout
public InstanceLayout(java.lang.String location)
getPartitionsDir
public java.io.File getPartitionsDir()
getLogDir
public java.io.File getLogDir()
getConfDir
public java.io.File getConfDir()
getPartitions
public java.util.List<java.io.File> getPartitions()
- returns a list of partition directories
- Returns:
- list of partition directories
Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.