Package org.revapi.maven
Class ConfigurationFile
- java.lang.Object
-
- org.revapi.maven.ConfigurationFile
-
public final class ConfigurationFile extends Object
A complex type for capturing the "analysisConfigurationFiles" elements.- Since:
- 0.2.0
- Author:
- Lukas Krejci
-
-
Constructor Summary
Constructors Constructor Description ConfigurationFile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPath()
String
getResource()
String[]
getRoots()
void
setPath(String path)
void
setResource(String classPath)
void
setRoots(String[] roots)
String
toString()
-