- saveETag(URL, String) - Method in class net.covers1624.quack.net.download.DownloadAction
-
- setCmd(String...) - Method in class net.covers1624.quack.io.ProcessExecutor
-
Sets the command to the specified array of args.
- setCmd(List<String>) - Method in class net.covers1624.quack.io.ProcessExecutor
-
Sets the command to the specified List of args.
- setDest(Path) - Method in class net.covers1624.quack.net.download.DownloadAction
-
- setDest(Path) - Method in interface net.covers1624.quack.net.download.DownloadSpec
-
Sets the destination to store the downloaded file.
- setEnvVars(Map<String, String>) - Method in class net.covers1624.quack.io.ProcessExecutor
-
Sets the Env vars for the ProcessExecutor
- setETagFile(Path) - Method in class net.covers1624.quack.net.download.DownloadAction
-
- setETagFile(Path) - Method in interface net.covers1624.quack.net.download.DownloadSpec
-
Sets the file to store the ETag in.
- setFileName(String) - Method in class net.covers1624.quack.net.download.DownloadProgressTail
-
- setListener(DownloadListener) - Method in class net.covers1624.quack.net.download.DownloadAction
-
- setListener(DownloadListener) - Method in interface net.covers1624.quack.net.download.DownloadSpec
-
Forcibly set the DownloadListener to use for this DownloadSpec.
- setOnlyIfModified(boolean) - Method in class net.covers1624.quack.net.download.DownloadAction
-
- setOnlyIfModified(boolean) - Method in interface net.covers1624.quack.net.download.DownloadSpec
-
Sets weather this DownloadSpec should obey onlyIfModified HTTP headers.
- setProgress(long) - Method in class net.covers1624.quack.net.download.DownloadProgressTail
-
- setQuiet(boolean) - Method in class net.covers1624.quack.net.download.DownloadAction
-
- setQuiet(boolean) - Method in interface net.covers1624.quack.net.download.DownloadSpec
-
Sets weather quiet is enabled or not.
- setSrc(Object) - Method in class net.covers1624.quack.net.download.DownloadAction
-
- setSrc(Object) - Method in interface net.covers1624.quack.net.download.DownloadSpec
-
Sets the source URL to download.
- setStartTime(long) - Method in class net.covers1624.quack.net.download.DownloadProgressTail
-
- setStatus(DownloadProgressTail.Status) - Method in class net.covers1624.quack.net.download.DownloadProgressTail
-
- setTotalLen(long) - Method in class net.covers1624.quack.net.download.DownloadProgressTail
-
- setUseETag(Object) - Method in class net.covers1624.quack.net.download.DownloadAction
-
- setUseETag(Object) - Method in interface net.covers1624.quack.net.download.DownloadSpec
-
Sets weather this DownloadSpec should use ETags for HTTP requests.
- setUserAgent(String) - Method in class net.covers1624.quack.net.download.DownloadAction
-
- setUserAgent(String) - Method in interface net.covers1624.quack.net.download.DownloadSpec
-
Sets the User-Agent HTTP header string to use for HTTP requests.
- setWorkingDir(File) - Method in class net.covers1624.quack.io.ProcessExecutor
-
Sets the working directory for the ProcessExecutor.
- size() - Method in class net.covers1624.quack.collection.TypedMap
-
- slice(T[], int, int) - Static method in class net.covers1624.quack.collection.ColUtils
-
- sneak(SneakyUtils.ThrowingRunnable<Throwable>) - Static method in class net.covers1624.quack.util.SneakyUtils
-
Wraps a ThrowingRunnable to a Runnable.
- sneak(SneakyUtils.ThrowingConsumer<T, Throwable>) - Static method in class net.covers1624.quack.util.SneakyUtils
-
Wraps a ThrowingConsumer to a Consumer
Rethrowing any exceptions produced by the ThrowingConsumer
as unchecked(as seen by the compiler.)
- sneak(SneakyUtils.ThrowingSupplier<T, Throwable>) - Static method in class net.covers1624.quack.util.SneakyUtils
-
Wraps a ThrowingSupplier to a Supplier
Rethrowing any exceptions produced by the ThrowingSupplier
as unchecked(as seen by the compiler.)
- sneak(SneakyUtils.ThrowingFunction<T, R, Throwable>) - Static method in class net.covers1624.quack.util.SneakyUtils
-
Wraps a ThrowingFunction to a Function
Rethrowing any exceptions produced by the ThrowingFunction
as unchecked(as seen by the compiler.)
- sneaky(SneakyUtils.ThrowingRunnable<Throwable>) - Static method in class net.covers1624.quack.util.SneakyUtils
-
Executes the given ThrowingRunnable, rethrowing any exceptions
produced by the runnable as Unchecked(as seen by the compiler.)
- sneaky(SneakyUtils.ThrowingSupplier<T, Throwable>) - Static method in class net.covers1624.quack.util.SneakyUtils
-
Executes the given ThrowingRunnable, rethrowing any exceptions
produced by the runnable as Unchecked(as seen by the compiler.)
- SneakyUtils - Class in net.covers1624.quack.util
-
Contains some utilities for ignoring compiler warnings in specific cases, or
completely ignoring exceptions.
- SneakyUtils() - Constructor for class net.covers1624.quack.util.SneakyUtils
-
- SneakyUtils.ThrowingConsumer<T,E extends java.lang.Throwable> - Interface in net.covers1624.quack.util
-
- SneakyUtils.ThrowingFunction<T,R,E extends java.lang.Throwable> - Interface in net.covers1624.quack.util
-
- SneakyUtils.ThrowingRunnable<E extends java.lang.Throwable> - Interface in net.covers1624.quack.util
-
- SneakyUtils.ThrowingSupplier<T,E extends java.lang.Throwable> - Interface in net.covers1624.quack.util
-
- start() - Method in class net.covers1624.quack.io.ProcessExecutor
-
Starts the process with the current state of this ProcessExecutor.
- start(long) - Method in interface net.covers1624.quack.net.download.DownloadListener
-
The expected length for the download.
- start(long) - Method in class net.covers1624.quack.net.download.DownloadProgressTail
-
- stripJar(Path, Path, Predicate<Path>) - Static method in class net.covers1624.quack.io.JarStripper
-
Copes every element in a Jar file from the input to the Jar file output, where every
element must match the provided Predicate.
- StronglyConnectedComponentDetector<T> - Class in net.covers1624.quack.sort
-
Borrowed from MinecraftForge, Functionally un-modified only formatted.
- StronglyConnectedComponentDetector(<any>) - Constructor for class net.covers1624.quack.sort.StronglyConnectedComponentDetector
-
- supportedFileAttributeViews() - Method in class net.covers1624.quack.io.DelegateFileSystem
-