org.mule.tools.rhinodo.impl
Class NodeModuleImpl

java.lang.Object
  extended by org.mule.tools.rhinodo.impl.NodeModuleImpl
All Implemented Interfaces:
NodeModule

public class NodeModuleImpl
extends Object
implements NodeModule


Constructor Summary
NodeModuleImpl(String moduleName, URI path)
           
 
Method Summary
 boolean equals(Object o)
           
static NodeModuleImpl fromJar(Class<?> klass, String rootDirectory, String destDir)
           
 String getName()
           
 URI getPath()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeModuleImpl

public NodeModuleImpl(String moduleName,
                      URI path)
Method Detail

fromJar

public static NodeModuleImpl fromJar(Class<?> klass,
                                     String rootDirectory,
                                     String destDir)

getName

public String getName()
Specified by:
getName in interface NodeModule

getPath

public URI getPath()
Specified by:
getPath in interface NodeModule

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2012. All Rights Reserved.