public final class ConfigurationDetecter extends Object
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
Program entry.
|
static File |
read(File path)
Read the path in the target file.
|
public static void main(String[] args) throws IOException
args
- [0]
- the path to the output fileIOException
- if failed to create outputpublic static File read(File path) throws IOException
path
- the file which has another pathIOException
- if failed to read the pathIllegalArgumentException
- if some parameters were null
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.