Drools :: Compiler 6.0.0.CR5

org.drools.compiler.kie.util
Class ResourceChange

java.lang.Object
  extended by org.drools.compiler.kie.util.ResourceChange

public class ResourceChange
extends Object


Nested Class Summary
static class ResourceChange.Type
           
 
Constructor Summary
ResourceChange(ChangeType action, ResourceChange.Type type, String name)
           
 
Method Summary
 boolean equals(Object obj)
           
 ChangeType getChangeType()
           
 String getName()
           
 ResourceChange.Type getType()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResourceChange

public ResourceChange(ChangeType action,
                      ResourceChange.Type type,
                      String name)
Method Detail

getChangeType

public ChangeType getChangeType()

getType

public ResourceChange.Type getType()

getName

public String getName()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

toString

public String toString()
Overrides:
toString in class Object

Drools :: Compiler 6.0.0.CR5

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.