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 Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.voidframework.core.remoteconfiguration.RemoteConfigurationProvider
getConfigurationObjectName, getName, loadConfiguration
-
Constructor Details
-
AbstractRemoteConfigurationProvider
public AbstractRemoteConfigurationProvider()
-
-
Method Details
-
isFile
Checks if the given value represents a file or not.- Parameters:
value- The value to analyse- Returns:
trueif the value represents a file, otherwise,false
-