ar.com.jmfsg.documentation
Class DocumentationDescriptor

java.lang.Object
  extended by ar.com.jmfsg.documentation.DocumentationDescriptor

public class DocumentationDescriptor
extends Object

This descriptor is used to specify the documentation resource location.

Author:
jformoso

Constructor Summary
DocumentationDescriptor()
           
 
Method Summary
 String getModulePrefix()
           
 List<String> getPackagesToScan()
           
 org.springframework.core.io.Resource getResource()
           
 void setModulePrefix(String modulePrefix)
           
 void setPackagesToScan(List<String> packagesToScan)
           
 void setResource(org.springframework.core.io.Resource resource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentationDescriptor

public DocumentationDescriptor()
Method Detail

getModulePrefix

public String getModulePrefix()

setModulePrefix

public void setModulePrefix(String modulePrefix)

getResource

public org.springframework.core.io.Resource getResource()

setResource

public void setResource(org.springframework.core.io.Resource resource)

getPackagesToScan

public List<String> getPackagesToScan()

setPackagesToScan

public void setPackagesToScan(List<String> packagesToScan)


Copyright © 2013. All Rights Reserved.