|
|||||||||
| 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 | |
|---|---|
java.util.List |
getExcludes()
Retrieve the list of files to exclude from the package. |
java.util.List |
getIncludes()
Retrieve the list of files to include in the package. |
java.io.File |
getLocation()
Retrieve the location holding the file(s) to install. |
boolean |
getNoDefaultExcludes()
Retrieve the default exclude status. |
void |
setExcludes(java.util.List excl)
Set the list of files to exclude from the package. |
void |
setIncludes(java.util.List incl)
Set the list of files to include in the package. |
void |
setLocation(java.io.File loc)
Set the location holding the file(s) to install. |
void |
setNoDefaultExcludes(boolean noDefExcl)
Set the default exclude status. |
java.lang.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 java.io.File getLocation()
public void setLocation(java.io.File loc)
loc - The new location holding the file(s) to install.public java.util.List getIncludes()
public void setIncludes(java.util.List incl)
incl - The new list of files to include in the package.public java.util.List getExcludes()
public void setExcludes(java.util.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 java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||