org.codehaus.enunciate.config
Class APIImport

java.lang.Object
  extended by org.codehaus.enunciate.config.APIImport

public class APIImport
extends java.lang.Object

Specifies already-compiled class(es) that are to be Enunciated.

Author:
Ryan Heaton

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

APIImport

public APIImport()
Method Detail

isSeekSource

public boolean isSeekSource()
Whether to seek the source for these additional classes.

Returns:
Whether to seek the source for these additional classes.

setSeekSource

public void setSeekSource(boolean seekSource)
Whether to seek the source for these additional classes.

Parameters:
seekSource - Whether to seek the source for these additional classes.

getPattern

public java.lang.String getPattern()
The pattern (dot-delimited, ant-style) of classes to import.

Returns:
The pattern (dot-delimited, ant-style) of classes to import.

setPattern

public void setPattern(java.lang.String pattern)
The pattern (dot-delimited, ant-style) of classes to import.

Parameters:
pattern - The pattern (dot-delimited, ant-style) of classes to import.