org.androidtransfuse.model
Class ComponentDescriptor
java.lang.Object
org.androidtransfuse.model.ComponentDescriptor
public class ComponentDescriptor
- extends Object
- Author:
- John Ericksen
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentDescriptor
public ComponentDescriptor(String type,
PackageClass packageClass)
getPackageClass
public PackageClass getPackageClass()
getType
public String getType()
getMethodBuilder
public MethodBuilder getMethodBuilder()
getGenerators
public List<ExpressionVariableDependentGenerator> getGenerators()
addGenerators
public void addGenerators(Collection<ExpressionVariableDependentGenerator> generators)
addGenerators
public void addGenerators(ExpressionVariableDependentGenerator... generators)
setMethodBuilder
public void setMethodBuilder(MethodBuilder methodBuilder)
getInjectionNodeFactory
public InjectionNodeFactory getInjectionNodeFactory()
setInjectionNodeFactory
public void setInjectionNodeFactory(InjectionNodeFactory injectionNodeFactory)
Copyright © 2012. All Rights Reserved.