org.cruxframework.crux.core.rebind.module
Class Module

java.lang.Object
  extended by org.cruxframework.crux.core.rebind.module.Module

public class Module
extends Object

Author:
Thiago da Rosa de Bustamante

Constructor Summary
Module()
           
 
Method Summary
 URL getDescriptorURL()
           
 String getFullName()
           
 Set<String> getInherits()
           
 URL getLocation()
           
 String getName()
           
 String[] getPublicPaths()
           
 String getRootPath()
           
 String[] getSources()
           
 void setDescriptorURL(URL descriptorURL)
           
 void setFullName(String fullName)
           
 void setInherits(Set<String> inherits)
           
 void setLocation(URL location)
           
 void setName(String name)
           
 void setPublicPaths(String[] publicPaths)
           
 void setRootPath(String rootPath)
           
 void setSources(String[] sources)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Module

public Module()
Method Detail

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.