org.objectweb.util.ant

Class JavadocMultipleLink


public class JavadocMultipleLink
extends Javadoc

This class permits to specify on a javadoc a list of link in only one parameter. The element separator is the comma.

Field Summary

static String
PACKAGE_HTML_FILE_NAME
static String
TEMP_CLASS_NAME

Method Summary

boolean
containsOnlyOneFile(File dirfile, String filename)
void
execute()
void
setLinks(String d)
This parameter permits to specify a list of url (seprator = comma) This url could on line.
void
setSourcepath(Path src)

Field Details

PACKAGE_HTML_FILE_NAME

public static final String PACKAGE_HTML_FILE_NAME

TEMP_CLASS_NAME

public static final String TEMP_CLASS_NAME

Method Details

containsOnlyOneFile

public boolean containsOnlyOneFile(File dirfile,
                                   String filename)
            throws IOException

execute

public void execute()
            throws BuildException

setLinks

public void setLinks(String d)
This parameter permits to specify a list of url (seprator = comma) This url could on line.

setSourcepath

public void setSourcepath(Path src)