|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.snver.pileup.loader.ConfigureReader
public class ConfigureReader
Ini file loader
Created by IntelliJ IDEA. User: weicheng hu Date: 11/7/11 Time: 2:40 PM
| Constructor Summary | |
|---|---|
ConfigureReader(int n,
java.lang.String path)
Deprecated. |
|
ConfigureReader(java.util.Properties properties)
|
|
ConfigureReader(java.lang.String configFileName,
java.lang.String path)
Deprecated. |
|
| Method Summary | |
|---|---|
java.io.File |
getFile(int index)
Return file handler by given index |
java.lang.String |
getFilePath(int index)
Return file path by given index |
java.util.Properties |
getProperties(int index)
Return n by given index |
java.lang.String |
getShortName(int index)
Return short name of file by given index |
int |
size()
Return the pool size |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public ConfigureReader(java.lang.String configFileName,
java.lang.String path)
throws java.lang.Exception
configFileName - Stringpath - String
java.lang.Exception
@Deprecated
public ConfigureReader(int n,
java.lang.String path)
throws java.lang.Exception
n - intpath - String
java.lang.Exception
public ConfigureReader(java.util.Properties properties)
throws java.io.IOException,
NoMatchOptionException
java.io.IOException
NoMatchOptionException| Method Detail |
|---|
public int size()
public java.lang.String getFilePath(int index)
index - int
public java.util.Properties getProperties(int index)
index - int
public java.io.File getFile(int index)
index - index
public java.lang.String getShortName(int index)
index - int
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||