org.forgerock.maven.plugins.model
Class DocSource

java.lang.Object
  extended by org.forgerock.maven.plugins.model.DocSource

public class DocSource
extends Object

A model object to represent a selection of documentation files.

Since:
1.3.0

Constructor Summary
DocSource()
           
 
Method Summary
 File getDirectory()
           
 String[] getExcludes()
           
 String[] getIncludes()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DocSource

public DocSource()
Method Detail

getDirectory

public File getDirectory()

getIncludes

public String[] getIncludes()

getExcludes

public String[] getExcludes()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2015. All rights reserved.