public interface PathManager
| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | PathManager.BuilderKnows how to construct this path manager. Note: Implementations MUST provide a public a no-arg constructor. | 
| Modifier and Type | Field and Description | 
|---|---|
| static String | CTX_PREFIXContextprefix | 
| Modifier and Type | Method and Description | 
|---|---|
| File | getBaseDirectory() | 
| File | getCurrentFile() | 
| File | nextFile() | 
| void | rotate() | 
| void | setBaseDirectory(File baseDirectory) | 
Copyright © 2009-2017 Apache Software Foundation. All Rights Reserved.