Package org.commonjava.maven.ext.io
Class ConfigIO
- java.lang.Object
-
- org.commonjava.maven.ext.io.ConfigIO
-
@Named @Singleton public class ConfigIO extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
CONFIG_FILE_PRECEDENCE
-
Constructor Summary
Constructors Constructor Description ConfigIO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Properties
parse(File workingDir)
Properties
parse(String workingDir)
-
-
-
Field Detail
-
CONFIG_FILE_PRECEDENCE
public static final String CONFIG_FILE_PRECEDENCE
- See Also:
- Constant Field Values
-
-
Method Detail
-
parse
public Properties parse(String workingDir) throws org.commonjava.maven.ext.common.ManipulationException
- Throws:
org.commonjava.maven.ext.common.ManipulationException
-
parse
public Properties parse(File workingDir) throws org.commonjava.maven.ext.common.ManipulationException
- Throws:
org.commonjava.maven.ext.common.ManipulationException
-
-