public class RepoHelper extends Object
| Constructor and Description |
|---|
RepoHelper(String repoLocation,
org.apache.maven.plugin.logging.Log log)
Instantiates a new repo helper.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
copyDirectory(File sourceLocation,
File targetLocation,
int bufferSize)
Copy directory.
|
int |
getDataBufferSize() |
String |
getJaxwsServiceSrcDir()
Gets the jaxws service src dir.
|
String |
getModuleSrcDir()
Gets the module src dir.
|
String |
getRepoLocation()
Gets the repo location.
|
String |
getServiceJarLocation()
Gets the service jar location.
|
String |
getStdServiceSrcDir()
Gets the std service src dir.
|
boolean |
isJaxwsService()
Checks if is jaxws service.
|
void |
prepareRepostory()
Prepare repostory.
|
void |
setDataBufferSize(int dataBufferSize) |
void |
setJaxwsService(boolean jaxwsService)
Sets the jaxws service.
|
void |
setJaxwsServiceSrcDir(String jaxwsServiceSrcDir)
Sets the jaxws service src dir.
|
void |
setModuleSrcDir(String moduleSrcDir)
Sets the module src dir.
|
void |
setRepoLocation(String repoLocation)
Sets the repo location.
|
void |
setServiceJarLocation(String serviceJarLocation)
Sets the service jar location.
|
void |
setStdServiceSrcDir(String stdServiceSrcDir)
Sets the std service src dir.
|
public RepoHelper(String repoLocation, org.apache.maven.plugin.logging.Log log)
repoLocation - the repo locationlog - public int getDataBufferSize()
public void setDataBufferSize(int dataBufferSize)
public String getModuleSrcDir()
public void setModuleSrcDir(String moduleSrcDir)
moduleSrcDir - the new module src dirpublic String getRepoLocation()
public void setRepoLocation(String repoLocation)
repoLocation - the new repo locationpublic String getStdServiceSrcDir()
public void setStdServiceSrcDir(String stdServiceSrcDir)
stdServiceSrcDir - the new std service src dirpublic String getJaxwsServiceSrcDir()
public void setJaxwsServiceSrcDir(String jaxwsServiceSrcDir)
jaxwsServiceSrcDir - the new jaxws service src dirpublic boolean isJaxwsService()
public void setJaxwsService(boolean jaxwsService)
jaxwsService - the new jaxws servicepublic String getServiceJarLocation()
public void setServiceJarLocation(String serviceJarLocation)
serviceJarLocation - the new service jar locationpublic void prepareRepostory()
throws IOException
IOException - Signals that an I/O exception has occurred.public static void copyDirectory(File sourceLocation, File targetLocation, int bufferSize) throws IOException
sourceLocation - the source locationtargetLocation - the target locationbufferSize - IOException - Signals that an I/O exception has occurred.Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.