org.apache.maven.plugin.javadoc.resolver
Class JavadocBundle

java.lang.Object
  extended by org.apache.maven.plugin.javadoc.resolver.JavadocBundle

public class JavadocBundle
extends Object


Constructor Summary
JavadocBundle(JavadocOptions options, File resourcesDirectory)
           
 
Method Summary
 JavadocOptions getOptions()
           
 File getResourcesDirectory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavadocBundle

public JavadocBundle(JavadocOptions options,
                     File resourcesDirectory)
Method Detail

getResourcesDirectory

public File getResourcesDirectory()

getOptions

public JavadocOptions getOptions()


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.