public class MetadataParserPath extends Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
MetadataParserPath() |
Modifier and Type | Method and Description |
---|---|
String |
getPathToApi() |
String |
getPathToImpl() |
String |
getPathToServices() |
String |
getPathToTest() |
void |
setPathToApi(String pathToApi) |
void |
setPathToImpl(String pathToImpl) |
void |
setPathToServices(String pathToServices) |
void |
setPathToTest(String pathToTest) |
protected String pathToApi
protected String pathToImpl
protected String pathToTest
protected String pathToServices
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)
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.