|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.shrinkwrap.descriptor.metadata.MetadataParserPath
public class MetadataParserPath
Mojo configuration class for the Shrinkwrap Descriptors CLI Mojo task.
Field Summary | |
---|---|
protected String |
pathToApi
Full path to the API folder in which the interfaces are generated. |
protected String |
pathToImpl
Full path to the implementation folder in which the classes are generated. |
protected String |
pathToServices
Full path to the service folder in which the service files are generated. |
protected String |
pathToTest
Full path to the test folder in which the unit tests are generated. |
Constructor Summary | |
---|---|
MetadataParserPath()
|
Method Summary | |
---|---|
String |
getPathToApi()
|
String |
getPathToImpl()
|
String |
getPathToServices()
|
String |
getPathToTest()
|
void |
setPathToApi(String pathToApi)
|
void |
setPathToImpl(String pathToImpl)
|
void |
setPathToServices(String pathToServices)
|
void |
setPathToTest(String pathToTest)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String pathToApi
protected String pathToImpl
protected String pathToTest
protected String pathToServices
Constructor Detail |
---|
public MetadataParserPath()
Method Detail |
---|
public String getPathToApi()
public void setPathToApi(String pathToApi)
public String getPathToImpl()
public void setPathToImpl(String pathToImpl)
public String getPathToTest()
public void setPathToTest(String pathToTest)
public String getPathToServices()
public void setPathToServices(String pathToServices)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |