|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.enunciate.config.war.IncludeExcludeLibs
public class IncludeExcludeLibs
Configuration element used to specify a pattern of jars to exclude from the war.
| Constructor Summary | |
|---|---|
IncludeExcludeLibs()
|
|
| Method Summary | |
|---|---|
java.io.File |
getFile()
The file to exclude. |
java.lang.String |
getPattern()
The matching pattern for the resources to copy. |
boolean |
isIncludeInManifest()
Whether to include the jar in the manifest. |
void |
setFile(java.io.File file)
The file to exclude. |
void |
setIncludeInManifest(boolean includeInManifest)
Whether to include the jar in the manifest. |
void |
setPattern(java.lang.String pattern)
The matching pattern for the resources to copy. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IncludeExcludeLibs()
| Method Detail |
|---|
public java.io.File getFile()
public void setFile(java.io.File file)
file - The file to exclude.public java.lang.String getPattern()
public void setPattern(java.lang.String pattern)
pattern - The matching pattern for the resources to copy.public boolean isIncludeInManifest()
public void setIncludeInManifest(boolean includeInManifest)
includeInManifest - Whether to include the jar in the manifest.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||