org.cruxframework.crux.core.rebind.module
Class Module
java.lang.Object
org.cruxframework.crux.core.rebind.module.Module
public class Module
- extends Object
- Author:
- Thiago da Rosa de Bustamante
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Module
public Module()
getInherits
public Set<String> getInherits()
getName
public String getName()
setName
public void setName(String name)
getSources
public String[] getSources()
setSources
public void setSources(String[] sources)
getPublicPaths
public String[] getPublicPaths()
setPublicPaths
public void setPublicPaths(String[] publicPaths)
setInherits
public void setInherits(Set<String> inherits)
getFullName
public String getFullName()
setFullName
public void setFullName(String fullName)
getDescriptorURL
public URL getDescriptorURL()
setDescriptorURL
public void setDescriptorURL(URL descriptorURL)
getLocation
public URL getLocation()
setLocation
public void setLocation(URL location)
getRootPath
public String getRootPath()
setRootPath
public void setRootPath(String rootPath)
Copyright © 2014. All rights reserved.