public interface Operation
修飾子とタイプ | メソッドと説明 |
---|---|
static java.nio.file.Path |
findPath() |
default java.nio.file.Path |
getPath(java.lang.String key) |
java.util.Properties |
getProperties() |
java.nio.file.Path |
getWorkPath() |
static void |
main(java.lang.String[] args) |
void |
run() |
default void |
writeProperties(java.nio.file.Path path,
java.nio.file.OpenOption... options)
This method creates a file for the properties as the path.
|
static java.nio.file.Path findPath() throws java.io.IOException
java.io.IOException
static void main(java.lang.String[] args) throws java.lang.Exception
args
- [a name of procedure] (a property file) java.lang.Exception
- if anyjava.nio.file.Path getWorkPath()
java.util.Properties getProperties()
default void writeProperties(java.nio.file.Path path, java.nio.file.OpenOption... options) throws java.io.IOException
path
- a path for the file (should be *.properties)options
- if anyjava.io.IOException
- if anydefault java.nio.file.Path getPath(java.lang.String key)
void run() throws java.lang.Exception
java.lang.Exception