Class FileFixtureCommandsGenerator
java.lang.Object
ai.stapi.graphsystem.fixtures.fixtureCommandsGenerator.AbstractFixtureCommandsGenerator
ai.stapi.graphsystem.fixtures.fixtureCommandsGenerator.FileFixtureCommandsGenerator
- All Implemented Interfaces:
FixtureCommandsGenerator
- Direct Known Subclasses:
AbstractModelFileFixtureGenerator
-
Field Summary
Fields inherited from interface ai.stapi.graphsystem.fixtures.fixtureCommandsGenerator.FixtureCommandsGenerator
PRIORITY_DATA, PRIORITY_STRUCTURES -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedFileFixtureCommandsGenerator(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ai.stapi.schema.adHocLoaders.FileLoader fileLoader) -
Method Summary
Modifier and TypeMethodDescriptionloadCommandsFromFiles(Set<String> processedFileNames) protected CommandmapJsonFileToCommand(org.springframework.core.io.Resource resource) sortCommands(List<Command> loadCommandsFromFiles) Methods inherited from class ai.stapi.graphsystem.fixtures.fixtureCommandsGenerator.AbstractFixtureCommandsGenerator
getGeneratorNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ai.stapi.graphsystem.fixtures.fixtureCommandsGenerator.FixtureCommandsGenerator
getFixtureTags, getPriority
-
Constructor Details
-
FileFixtureCommandsGenerator
protected FileFixtureCommandsGenerator(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ai.stapi.schema.adHocLoaders.FileLoader fileLoader)
-
-
Method Details
-
generate
-
loadCommandsFromFiles
-
sortCommands
-
mapJsonFileToCommand
-