Uses of Enum Class
org.refcodes.properties.ReloadMode
-
Uses of ReloadMode in org.refcodes.properties
Methods in org.refcodes.properties that return ReloadModeModifier and TypeMethodDescriptionstatic ReloadModeReturns the enum constant of this class with the specified name.static ReloadMode[]ReloadMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.refcodes.properties with parameters of type ReloadModeModifier and TypeMethodDescriptionAbstractResourcePropertiesBuilder.reload(ReloadMode aReloadMode) Reloads theResourcePropertiesfrom the resource to which theResourcePropertiesare attached to (such as aFileas ofResourceProperties.MutableResoureProperties.loadFrom(File)orResourceProperties.MutableResoureProperties.saveTo(File)).AbstractResourcePropertiesBuilderDecorator.reload(ReloadMode aReloadMode) Reloads theResourcePropertiesfrom the resource to which theResourcePropertiesare attached to (such as aFileas ofResourceProperties.MutableResoureProperties.loadFrom(File)orResourceProperties.MutableResoureProperties.saveTo(File)).AbstractResourcePropertiesDecorator.reload(ReloadMode aReloadMode) Reloads theResourcePropertiesfrom the resource to which theResourcePropertiesare attached to (such as aFileas ofResourceProperties.MutableResoureProperties.loadFrom(File)orResourceProperties.MutableResoureProperties.saveTo(File)).JavaProperties.reload(ReloadMode aReloadMode) Reloads theResourcePropertiesfrom the resource to which theResourcePropertiesare attached to (such as aFileas ofResourceProperties.MutableResoureProperties.loadFrom(File)orResourceProperties.MutableResoureProperties.saveTo(File)).JsonProperties.reload(ReloadMode aReloadMode) Reloads theResourcePropertiesfrom the resource to which theResourcePropertiesare attached to (such as aFileas ofResourceProperties.MutableResoureProperties.loadFrom(File)orResourceProperties.MutableResoureProperties.saveTo(File)).PolyglotPropertiesBuilder.reload(ReloadMode aReloadMode) Reloads theResourcePropertiesfrom the resource to which theResourcePropertiesare attached to (such as aFileas ofResourceProperties.MutableResoureProperties.loadFrom(File)orResourceProperties.MutableResoureProperties.saveTo(File)).ResourceProperties.reload(ReloadMode aReloadMode) Reloads theResourcePropertiesfrom the resource to which theResourcePropertiesare attached to (such as aFileas ofResourceProperties.MutableResoureProperties.loadFrom(File)orResourceProperties.MutableResoureProperties.saveTo(File)).TomlProperties.reload(ReloadMode aReloadMode) Reloads theResourcePropertiesfrom the resource to which theResourcePropertiesare attached to (such as aFileas ofResourceProperties.MutableResoureProperties.loadFrom(File)orResourceProperties.MutableResoureProperties.saveTo(File)).XmlProperties.reload(ReloadMode aReloadMode) Reloads theResourcePropertiesfrom the resource to which theResourcePropertiesare attached to (such as aFileas ofResourceProperties.MutableResoureProperties.loadFrom(File)orResourceProperties.MutableResoureProperties.saveTo(File)).YamlProperties.reload(ReloadMode aReloadMode) Reloads theResourcePropertiesfrom the resource to which theResourcePropertiesare attached to (such as aFileas ofResourceProperties.MutableResoureProperties.loadFrom(File)orResourceProperties.MutableResoureProperties.saveTo(File)).PropertiesSugar.schedule(ResourceProperties.ResourcePropertiesBuilder aProperties, int aScheduleTimeMillis, ReloadMode aReloadMode) Creates aScheduledResourcePropertiesBuilderDecoratorwrapping the givenResourceProperties.ResourcePropertiesBuilderwith setting the given poll loop time and the given orphan removal strategy (as ofResourceProperties.reload(ReloadMode)being called with your argument).PropertiesSugar.schedule(ResourceProperties.ResourcePropertiesBuilder aProperties, int aScheduleTimeMillis, ReloadMode aReloadMode, org.refcodes.controlflow.ThreadMode aThreadMode) Creates aScheduledResourcePropertiesBuilderDecoratorwrapping the givenResourceProperties.ResourcePropertiesBuilderwith setting the given poll loop time and the given orphan removal strategy (as ofResourceProperties.reload(ReloadMode)being called with your argument).PropertiesSugar.schedule(ResourceProperties.ResourcePropertiesBuilder aProperties, ReloadMode aReloadMode) Creates aScheduledResourcePropertiesBuilderDecoratorwrapping the givenResourceProperties.ResourcePropertiesBuilderwith setting the the default poll loop time of 10 seconds (as ofIoPollLoopTime.NORM) and the given orphan removal strategy (as ofResourceProperties.reload(ReloadMode)being called with your argument).PropertiesSugar.schedule(ResourceProperties.ResourcePropertiesBuilder aProperties, ReloadMode aReloadMode, org.refcodes.controlflow.ThreadMode aThreadMode) Creates aScheduledResourcePropertiesBuilderDecoratorwrapping the givenResourceProperties.ResourcePropertiesBuilderwith setting the the default poll loop time of 10 seconds (as ofIoPollLoopTime.NORM) and the given orphan removal strategy (as ofResourceProperties.reload(ReloadMode)being called with your argument).static ScheduledResourcePropertiesPropertiesSugar.schedule(ResourceProperties aProperties, int aScheduleTimeMillis, ReloadMode aReloadMode) Creates aScheduledResourcePropertiesDecoratorwrapping the givenResourcePropertieswith setting the given poll loop time and the given orphan removal strategy (as ofResourceProperties.reload(ReloadMode)being called with your argument).static ScheduledResourcePropertiesPropertiesSugar.schedule(ResourceProperties aProperties, int aScheduleTimeMillis, ReloadMode aReloadMode, org.refcodes.controlflow.ThreadMode aThreadMode) Creates aScheduledResourcePropertiesDecoratorwrapping the givenResourcePropertieswith setting the given poll loop time and the given orphan removal strategy (as ofResourceProperties.reload(ReloadMode)being called with your argument).static ScheduledResourcePropertiesPropertiesSugar.schedule(ResourceProperties aProperties, ReloadMode aReloadMode) Creates aScheduledResourcePropertiesDecoratorwrapping the givenResourcePropertieswith setting the the default poll loop time of 10 seconds (as ofIoPollLoopTime.NORMand the given orphan removal strategy (as ofResourceProperties.reload(ReloadMode)being called with your argument).static ScheduledResourcePropertiesPropertiesSugar.schedule(ResourceProperties aProperties, ReloadMode aReloadMode, org.refcodes.controlflow.ThreadMode aThreadMode) Creates aScheduledResourcePropertiesDecoratorwrapping the givenResourcePropertieswith setting the the default poll loop time of 10 seconds (as ofIoPollLoopTime.NORMand the given orphan removal strategy (as ofResourceProperties.reload(ReloadMode)being called with your argument).Constructors in org.refcodes.properties with parameters of type ReloadModeModifierConstructorDescriptionScheduledResourcePropertiesBuilderDecorator(ResourceProperties.ResourcePropertiesBuilder aProperties, int aScheduleTimeMillis, ReloadMode aReloadMode) Constructs theScheduledResourcePropertiesBuilderDecoratorwrapping the givenResourceProperties.ResourcePropertiesBuilderwith setting the given poll loop time and the given orphan removal strategy (as ofAbstractResourcePropertiesBuilderDecorator.reload(ReloadMode)being called with your argument).ScheduledResourcePropertiesBuilderDecorator(ResourceProperties.ResourcePropertiesBuilder aProperties, int aScheduleTimeMillis, ReloadMode aReloadMode, org.refcodes.controlflow.ThreadMode aThreadMode) Constructs theScheduledResourcePropertiesBuilderDecoratorwrapping the givenResourceProperties.ResourcePropertiesBuilderwith setting the given poll loop time and the given orphan removal strategy (as ofAbstractResourcePropertiesBuilderDecorator.reload(ReloadMode)being called with your argument).ScheduledResourcePropertiesBuilderDecorator(ResourceProperties.ResourcePropertiesBuilder aProperties, ReloadMode aReloadMode) Constructs theScheduledResourcePropertiesBuilderDecoratorwrapping the givenResourceProperties.ResourcePropertiesBuilderwith setting the the default poll loop time of 10 seconds (as ofIoPollLoopTime.NORMand the given orphan removal strategy (as ofAbstractResourcePropertiesBuilderDecorator.reload(ReloadMode)being called with your argument).ScheduledResourcePropertiesBuilderDecorator(ResourceProperties.ResourcePropertiesBuilder aProperties, ReloadMode aReloadMode, org.refcodes.controlflow.ThreadMode aThreadMode) Constructs theScheduledResourcePropertiesBuilderDecoratorwrapping the givenResourceProperties.ResourcePropertiesBuilderwith setting the the default poll loop time of 10 seconds (as ofIoPollLoopTime.NORMand the given orphan removal strategy (as ofAbstractResourcePropertiesBuilderDecorator.reload(ReloadMode)being called with your argument).ScheduledResourcePropertiesDecorator(ResourceProperties aProperties, int aScheduleTimeMillis, ReloadMode aReloadMode) Constructs theScheduledResourcePropertiesDecoratorwrapping the givenResourcePropertieswith setting the given poll loop time and the given orphan removal strategy (as ofAbstractResourcePropertiesDecorator.reload(ReloadMode)being called with your argument).ScheduledResourcePropertiesDecorator(ResourceProperties aProperties, int aScheduleTimeMillis, ReloadMode aReloadMode, org.refcodes.controlflow.ThreadMode aThreadMode) Constructs theScheduledResourcePropertiesDecoratorwrapping the givenResourcePropertieswith setting the given poll loop time and the given orphan removal strategy (as ofAbstractResourcePropertiesDecorator.reload(ReloadMode)being called with your argument).ScheduledResourcePropertiesDecorator(ResourceProperties aProperties, ReloadMode aReloadMode) Constructs theScheduledResourcePropertiesDecoratorwrapping the givenResourcePropertieswith setting the the default poll loop time of 10 seconds (as ofIoPollLoopTime.NORMand the given orphan removal strategy (as ofAbstractResourcePropertiesDecorator.reload(ReloadMode)being called with your argument).ScheduledResourcePropertiesDecorator(ResourceProperties aProperties, ReloadMode aReloadMode, org.refcodes.controlflow.ThreadMode aThreadMode) Constructs theScheduledResourcePropertiesDecoratorwrapping the givenResourcePropertieswith setting the the default poll loop time of 10 seconds (as ofIoPollLoopTime.NORMand the given orphan removal strategy (as ofAbstractResourcePropertiesDecorator.reload(ReloadMode)being called with your argument).