Methods in attrib4j that return AttributeCompilerFactory |
static AttributeCompilerFactory |
AttributeCompilerFactory.getFactory()
Construct (if necessary) and return a AttributeCompilerFactory
instance, using the following ordered lookup procedure to determine
the name of the implementation class to be loaded. |
protected static AttributeCompilerFactory |
AttributeCompilerFactory.newFactory(java.lang.String factoryClass,
java.lang.ClassLoader classLoader)
Return a new instance of the specified AttributeCompilerFactory
implementation class, loaded by the specified class loader. |