Uses of Interface
org.apache.stylebook.Producer
-
Packages that use Producer Package Description org.apache.stylebook org.apache.stylebook.producers -
-
Uses of Producer in org.apache.stylebook
Methods in org.apache.stylebook that return Producer Modifier and Type Method Description Producer
BasicEngine. getProducer(java.lang.String name)
Return a Producer instance associated with the specified name.static Producer
ComponentFactory. getProducer(java.lang.String classname)
Create a new Producer instance.Producer
Engine. getProducer(java.lang.String name)
Return a Producer instance associated with the specified name. -
Uses of Producer in org.apache.stylebook.producers
Classes in org.apache.stylebook.producers that implement Producer Modifier and Type Class Description class
ContextProducer
class
DirectoryProducer
class
ParserProducer
class
ProjectProducer
-