Package net.lapismc.datastore.util
Class LapisURL
- java.lang.Object
-
- net.lapismc.datastore.util.LapisURL
-
public class LapisURL extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDatabase()java.io.FilegetFile(DataStore.StorageType type)java.lang.StringgetURL(DataStore.StorageType type, boolean includeDatabase)
-
-
-
Method Detail
-
getURL
public java.lang.String getURL(DataStore.StorageType type, boolean includeDatabase)
-
getFile
public java.io.File getFile(DataStore.StorageType type)
-
getDatabase
public java.lang.String getDatabase()
-
-