|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.mojo.rpm.Source
public class Source
A description of a location where files to be packaged can be found.
Constructor Summary | |
---|---|
Source()
|
Method Summary | |
---|---|
List |
getExcludes()
Retrieve the list of files to exclude from the package. |
List |
getIncludes()
Retrieve the list of files to include in the package. |
File |
getLocation()
Retrieve the location holding the file(s) to install. |
boolean |
getNoDefaultExcludes()
Retrieve the default exclude status. |
void |
setExcludes(List excl)
Set the list of files to exclude from the package. |
void |
setIncludes(List incl)
Set the list of files to include in the package. |
void |
setLocation(File loc)
Set the location holding the file(s) to install. |
void |
setNoDefaultExcludes(boolean noDefExcl)
Set the default exclude status. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Source()
Method Detail |
---|
public File getLocation()
public void setLocation(File loc)
loc
- The new location holding the file(s) to install.public List getIncludes()
public void setIncludes(List incl)
incl
- The new list of files to include in the package.public List getExcludes()
public void setExcludes(List excl)
excl
- The new list of files to exclude from the package.public boolean getNoDefaultExcludes()
true
if the default excludes should be omitted.public void setNoDefaultExcludes(boolean noDefExcl)
noDefExcl
- true
if the default excludes
should be omitted.public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |