org.apache.tomcat.maven.common.run
Class ClassLoaderEntriesCalculatorResult
java.lang.Object
org.apache.tomcat.maven.common.run.ClassLoaderEntriesCalculatorResult
public class ClassLoaderEntriesCalculatorResult
- extends Object
- Since:
- 2.0
- Author:
- Olivier Lamy
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassLoaderEntriesCalculatorResult
public ClassLoaderEntriesCalculatorResult(List<String> classPathEntries,
List<File> tmpDirectories)
getClassPathEntries
public List<String> getClassPathEntries()
setClassPathEntries
public void setClassPathEntries(List<String> classPathEntries)
getTmpDirectories
public List<File> getTmpDirectories()
setTmpDirectories
public void setTmpDirectories(List<File> tmpDirectories)
Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.