Class AbstractRemoteConfigurationProvider

java.lang.Object
dev.voidframework.core.remoteconfiguration.AbstractRemoteConfigurationProvider
All Implemented Interfaces:
RemoteConfigurationProvider

public abstract class AbstractRemoteConfigurationProvider extends Object implements RemoteConfigurationProvider
This abstraction provides useful internal methods.
  • Constructor Details

    • AbstractRemoteConfigurationProvider

      public AbstractRemoteConfigurationProvider()
  • Method Details

    • isFile

      protected boolean isFile(String value)
      Checks if the given value represents a file or not.
      Parameters:
      value - The value to analyse
      Returns:
      true if the value represents a file, otherwise, false