public abstract class FileBasedGlossaryPublisher extends Object implements GlossaryPublisher
Constructor and Description |
---|
FileBasedGlossaryPublisher() |
Modifier and Type | Method and Description |
---|---|
abstract String |
buildFileContents(Map<String,Collection<StepDescriptor>> sectionSorted) |
abstract String |
getDefaultFileName() |
void |
publish(List<StepImplementationsDescriptor> stepimplementationDescriptors) |
public void publish(List<StepImplementationsDescriptor> stepimplementationDescriptors)
publish
in interface GlossaryPublisher
public abstract String buildFileContents(Map<String,Collection<StepDescriptor>> sectionSorted)
public abstract String getDefaultFileName()
Copyright © 2017 Substeps. All rights reserved.