com.levigo.jadice.annotation.profiles
Class ToolkitBasedFactory<T>

java.lang.Object
  extended by com.levigo.jadice.annotation.profiles.NameBasedFactory<T>
      extended by com.levigo.jadice.annotation.profiles.ToolkitBasedFactory<T>
All Implemented Interfaces:
Factory<T,RuntimeException>
Direct Known Subclasses:
AnnotationInitializerFactory

public class ToolkitBasedFactory<T>
extends NameBasedFactory<T>


Field Summary
 
Fields inherited from class com.levigo.jadice.annotation.profiles.NameBasedFactory
instanceClass, parameters
 
Constructor Summary
ToolkitBasedFactory()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getToolkitType()
           
 int hashCode()
           
 void setToolkitType(String type)
           
 
Methods inherited from class com.levigo.jadice.annotation.profiles.NameBasedFactory
create, getClassName, getInstanceClass, getParameters, setClassName, setInstanceClass
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ToolkitBasedFactory

public ToolkitBasedFactory()
Method Detail

getToolkitType

public String getToolkitType()

setToolkitType

public void setToolkitType(String type)

equals

public boolean equals(Object obj)
Overrides:
equals in class NameBasedFactory<T>

hashCode

public int hashCode()
Overrides:
hashCode in class NameBasedFactory<T>


Copyright © 1995-2020 levigo holding gmbh. All Rights Reserved.