Class PasteServiceFactory
- java.lang.Object
-
- com.onarandombox.MultiverseCore.utils.webpaste.PasteServiceFactory
-
public class PasteServiceFactory extends java.lang.ObjectUsed to constructPasteServices.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PasteServicegetService(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 newPasteServiceshould create private pastes.- Returns:
- The newly created
PasteService.
-
-