public interface PathManager
Modifier and Type | Interface and Description |
---|---|
static interface |
PathManager.Builder
Knows 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_PREFIX
Context prefix |
Modifier and Type | Method and Description |
---|---|
File |
getBaseDirectory() |
File |
getCurrentFile() |
File |
nextFile() |
void |
rotate() |
void |
setBaseDirectory(File baseDirectory) |
Copyright © 2009–2019 Apache Software Foundation. All rights reserved.