public class Directory extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Directory.Type |
| Constructor and Description |
|---|
Directory(String key,
Properties properties) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContext() |
String |
getKey() |
int |
getMaxSize() |
int |
getMinSize() |
int |
getSize() |
int |
getThreshold() |
Directory.Type |
getType() |
public Directory(String key, Properties properties) throws ParseException
ParseExceptionpublic int getSize()
public String getContext()
public Directory.Type getType()
public int getMaxSize()
public int getMinSize()
public String getKey()
public int getThreshold()
Copyright © 2016. All rights reserved.