org.apache.directory.server.tools
Class InstanceLayout

java.lang.Object
  extended by 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

Constructor Summary
InstanceLayout(java.io.File location)
           
InstanceLayout(java.lang.String location)
           
 
Method Summary
 java.io.File getConfDir()
           
 java.io.File getLogDir()
           
 java.util.List<java.io.File> getPartitions()
          returns a list of partition directories
 java.io.File getPartitionsDir()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstanceLayout

public InstanceLayout(java.io.File location)

InstanceLayout

public InstanceLayout(java.lang.String location)
Method Detail

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.