Class Metrics.MetricsConfig
java.lang.Object
net.ME1312.SubServers.Velocity.Library.Metrics.MetricsConfig
- Enclosing class:
- Metrics
A simple config for bStats.
This class is not used by every platform.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Checks whether the config file did exist before or not.boolean
boolean
boolean
boolean
-
Constructor Details
-
MetricsConfig
- Throws:
IOException
-
-
Method Details
-
getServerUUID
-
isEnabled
public boolean isEnabled() -
isLogErrorsEnabled
public boolean isLogErrorsEnabled() -
isLogSentDataEnabled
public boolean isLogSentDataEnabled() -
isLogResponseStatusTextEnabled
public boolean isLogResponseStatusTextEnabled() -
didExistBefore
public boolean didExistBefore()Checks whether the config file did exist before or not.- Returns:
- If the config did exist before.
-