Class PasteServiceFactory
- java.lang.Object
-
- com.onarandombox.MultiverseCore.utils.webpaste.PasteServiceFactory
-
public class PasteServiceFactory extends java.lang.Object
Used to constructPasteService
s.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PasteService
getService(PasteServiceType type, boolean isPrivate)
Constructs a newPasteService
.
-
-
-
Method Detail
-
getService
public static PasteService getService(PasteServiceType type, boolean isPrivate)
Constructs a newPasteService
.- Parameters:
type
- ThePasteServiceType
.isPrivate
- Whether the newPasteService
should create private pastes.- Returns:
- The newly created
PasteService
.
-
-