Class CBDocGenerators
java.lang.Object
com.io7m.cedarbridge.bridgedoc.api.CBDocGenerators
- All Implemented Interfaces:
CBDocGeneratorDirectoryType
A directory of documentation generators.
-
Constructor Summary
ConstructorsConstructorDescriptionConstruct a directory, loading available generators usingServiceLoader.CBDocGenerators(List<CBDocGeneratorFactoryType> inGenerators) Construct a directory using the given documentation generators. -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface CBDocGeneratorDirectoryType
findByLanguageName
-
Constructor Details
-
CBDocGenerators
Construct a directory using the given documentation generators.- Parameters:
inGenerators- The generators
-
CBDocGenerators
public CBDocGenerators()Construct a directory, loading available generators usingServiceLoader.
-
-
Method Details
-
availableGenerators
- Specified by:
availableGeneratorsin interfaceCBDocGeneratorDirectoryType- Returns:
- The available documentation generators
-