|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.enunciate.config.APIImport
public class APIImport
Specifies already-compiled class(es) that are to be Enunciated.
| Constructor Summary | |
|---|---|
APIImport()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getPattern()
The pattern (dot-delimited, ant-style) of classes to import. |
boolean |
isSeekSource()
Whether to seek the source for these additional classes. |
void |
setPattern(java.lang.String pattern)
The pattern (dot-delimited, ant-style) of classes to import. |
void |
setSeekSource(boolean seekSource)
Whether to seek the source for these additional classes. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public APIImport()
| Method Detail |
|---|
public boolean isSeekSource()
public void setSeekSource(boolean seekSource)
seekSource - Whether to seek the source for these additional classes.public java.lang.String getPattern()
public void setPattern(java.lang.String pattern)
pattern - The pattern (dot-delimited, ant-style) of classes to import.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||