org.jboss.shrinkwrap.descriptor.metadata
Class MetadataParserPath

java.lang.Object
  extended by org.jboss.shrinkwrap.descriptor.metadata.MetadataParserPath
Direct Known Subclasses:
MetadataParserTask.Path, Path

public class MetadataParserPath
extends Object

Mojo configuration class for the Shrinkwrap Descriptors CLI Mojo task.

Author:
Ralf Battenfeld

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

pathToApi

protected String pathToApi
Full path to the API folder in which the interfaces are generated.


pathToImpl

protected String pathToImpl
Full path to the implementation folder in which the classes are generated.


pathToTest

protected String pathToTest
Full path to the test folder in which the unit tests are generated.


pathToServices

protected String pathToServices
Full path to the service folder in which the service files are generated.

Constructor Detail

MetadataParserPath

public MetadataParserPath()
Method Detail

getPathToApi

public String getPathToApi()

setPathToApi

public void setPathToApi(String pathToApi)

getPathToImpl

public String getPathToImpl()

setPathToImpl

public void setPathToImpl(String pathToImpl)

getPathToTest

public String getPathToTest()

setPathToTest

public void setPathToTest(String pathToTest)

getPathToServices

public String getPathToServices()

setPathToServices

public void setPathToServices(String pathToServices)


Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.