Uses of Interface
de.espirit.firstspirit.generate.UrlCreatorSpecification
Packages that use UrlCreatorSpecification
-
Uses of UrlCreatorSpecification in de.espirit.firstspirit.access.schedule
Methods in de.espirit.firstspirit.access.schedule that return UrlCreatorSpecificationModifier and TypeMethodDescription@NotNull UrlCreatorSpecification
GenerateTask.getUrlCreatorSpecification()
Get the url creator setting.Methods in de.espirit.firstspirit.access.schedule that return types with arguments of type UrlCreatorSpecificationModifier and TypeMethodDescriptionGenerateTask.getAvailableUrlCreatorSpecifications()
Get available url creators.Methods in de.espirit.firstspirit.access.schedule with parameters of type UrlCreatorSpecificationModifier and TypeMethodDescriptionvoid
GenerateTask.setUrlCreatorSpecification
(@NotNull UrlCreatorSpecification value) Set the url creator specifiaction. -
Uses of UrlCreatorSpecification in de.espirit.firstspirit.agency
Methods in de.espirit.firstspirit.agency that return UrlCreatorSpecificationModifier and TypeMethodDescription@Nullable UrlCreatorSpecification
UrlCreatorAgent.getSpecificationByName
(@NotNull String name) Return aUrlCreatorSpecification
that matches the given name.Methods in de.espirit.firstspirit.agency that return types with arguments of type UrlCreatorSpecificationModifier and TypeMethodDescription@NotNull List<UrlCreatorSpecification>
UrlCreatorAgent.getSpecifications()
List all availableUrlCreatorSpecification
s that are installed on the current server.@NotNull List<UrlCreatorSpecification>
UrlCreatorAgent.getVisibleSpecifications()
List all visibleUrlCreatorSpecification
s, that are installed on this server.