Package com.earth2me.essentials.utils
Class PasteUtil
java.lang.Object
com.earth2me.essentials.utils.PasteUtil
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Method Summary
Modifier and TypeMethodDescriptioncreatePaste
(List<PasteUtil.PasteFile> pages) Creates an anonymous paste containing the provided files.
-
Method Details
-
createPaste
Creates an anonymous paste containing the provided files.- Parameters:
pages
- The files to include in the paste.- Returns:
- The result of the paste, including the paste URL and deletion key.
-