Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W X 

A

anyMisbehave(Formatter, List<File>) - Static method in class com.github.autostyle.PaddedCellBulk
Returns true if the formatter is misbehaving for any of the given files.
anyMisbehave(Formatter, List<File>, long) - Static method in class com.github.autostyle.PaddedCellBulk
Same as PaddedCellBulk.anyMisbehave(Formatter, List) but with a customizable timeout.
apply(String, File) - Method in interface com.github.autostyle.FormatterFunc
 
apply(Formatter, File) - Static method in class com.github.autostyle.PaddedCellBulk
Performs the typical autostyleApply, but with PaddedCell handling of misbehaving FormatterSteps.
apply(T1, T2) - Method in interface com.github.autostyle.ThrowingEx.BiFunction
 
apply(T) - Method in interface com.github.autostyle.ThrowingEx.Function
 
applyAnyChanged(Formatter, File) - Static method in class com.github.autostyle.PaddedCellBulk
Performs the typical autostyleApply, but with PaddedCell handling of misbehaving FormatterSteps.
applyTo(File) - Method in class com.github.autostyle.Formatter
Applies formatting to the given file.
applyToAndReturnResultIfDirty(File) - Method in class com.github.autostyle.Formatter
Applies formatting to the given file.
asRuntime(Throwable) - Static method in class com.github.autostyle.ThrowingEx
Casts or wraps the given exception to be a RuntimeException.
AutostyleCache - Class in com.github.autostyle
Autostyle global cache.
AutostyleCache() - Constructor for class com.github.autostyle.AutostyleCache
 

B

build() - Method in class com.github.autostyle.Formatter.Builder
 
builder() - Static method in class com.github.autostyle.Formatter
 

C

calculateState() - Method in class com.github.autostyle.LazyForwardingEquality
This function is guaranteed to be called at most once.
canonical() - Method in class com.github.autostyle.PaddedCell
Returns the “canonical” form for this particular result (only possible if isResolvable).
check(Formatter, File) - Static method in class com.github.autostyle.PaddedCell
Applies the given formatter to the given file, checking that F(F(input)) == F(input).
check(Formatter, File, String) - Static method in class com.github.autostyle.PaddedCell
 
check(File, File, Formatter, List<File>) - Static method in class com.github.autostyle.PaddedCellBulk
Performs a full check using PaddedCell logic on the given files with the given formatter.
clear() - Static method in class com.github.autostyle.AutostyleCache
Closes all cached classloaders.
close() - Method in class com.github.autostyle.Formatter
 
close() - Method in interface com.github.autostyle.FormatterFunc.Closeable
 
com.github.autostyle - package com.github.autostyle
 
com.github.autostyle.annotations - package com.github.autostyle.annotations
 
com.github.autostyle.generic - package com.github.autostyle.generic
 
com.github.autostyle.java - package com.github.autostyle.java
 
com.github.autostyle.kotlin - package com.github.autostyle.kotlin
 
com.github.autostyle.markdown - package com.github.autostyle.markdown
 
com.github.autostyle.npm - package com.github.autostyle.npm
 
com.github.autostyle.scala - package com.github.autostyle.scala
 
com.github.autostyle.sql - package com.github.autostyle.sql
 
com.github.autostyle.sql.dbeaver - package com.github.autostyle.sql.dbeaver
 
com.github.autostyle.xml - package com.github.autostyle.xml
 
compute(String, File) - Method in class com.github.autostyle.Formatter
Returns the result of calling all of the FormatterSteps.
computeLineEndings(String, File) - Method in class com.github.autostyle.Formatter
Applies the appropriate line endings to the given unix content.
create(String, State, ThrowingEx.Function<State, FormatterFunc>) - Static method in interface com.github.autostyle.FormatterStep
 
create() - Static method in class com.github.autostyle.generic.EndWithNewlineStep
Creates a FormatterStep which forces lines to end with a newline.
create(IndentStep.Type, int) - Static method in class com.github.autostyle.generic.IndentStep
Creates a step which will indent with the given type of whitespace, converting between tabs and spaces at the given ratio.
create() - Method in enum com.github.autostyle.generic.IndentStep.Type
Creates a step which will indent with the given type of whitespace, converting between tabs and spaces at the default ratio.
create(int) - Method in enum com.github.autostyle.generic.IndentStep.Type
create(String, String, String) - Static method in class com.github.autostyle.generic.ReplaceRegexStep
 
create(String, CharSequence, CharSequence) - Static method in class com.github.autostyle.generic.ReplaceStep
 
create() - Static method in class com.github.autostyle.generic.TrimTrailingWhitespaceStep
 
create(Provisioner) - Static method in class com.github.autostyle.java.GoogleJavaFormatStep
Creates a step which formats everything - code, import order, and unused imports.
create(String, Provisioner) - Static method in class com.github.autostyle.java.GoogleJavaFormatStep
Creates a step which formats everything - code, import order, and unused imports.
create(String, String, Provisioner) - Static method in class com.github.autostyle.java.GoogleJavaFormatStep
Creates a step which formats everything - code, import order, and unused imports.
create(Provisioner) - Static method in class com.github.autostyle.java.RemoveUnusedImportsStep
 
create(Provisioner) - Static method in class com.github.autostyle.kotlin.KtLintStep
 
create(String, Provisioner) - Static method in class com.github.autostyle.kotlin.KtLintStep
 
create(String, Provisioner, Map<String, String>) - Static method in class com.github.autostyle.kotlin.KtLintStep
 
create(String, Provisioner, boolean, Map<String, String>) - Static method in class com.github.autostyle.kotlin.KtLintStep
 
create(Provisioner, ThrowingEx.Supplier<Map<String, ?>>) - Static method in class com.github.autostyle.markdown.FreshMarkStep
Creates a formatter step for the given version and settings file.
create(String, ThrowingEx.Supplier<Map<String, ?>>, Provisioner) - Static method in class com.github.autostyle.markdown.FreshMarkStep
Creates a formatter step for the given version and settings file.
create(Provisioner, File, File, PrettierConfig) - Static method in class com.github.autostyle.npm.PrettierFormatterStep
Deprecated.
create(Map<String, String>, Provisioner, File, File, PrettierConfig) - Static method in class com.github.autostyle.npm.PrettierFormatterStep
 
create(Provisioner, File, File, File, TypedTsFmtConfigFile, Map<String, Object>) - Static method in class com.github.autostyle.npm.TsFmtFormatterStep
Deprecated.
create(Map<String, String>, Provisioner, File, File, TypedTsFmtConfigFile, Map<String, Object>) - Static method in class com.github.autostyle.npm.TsFmtFormatterStep
 
create(Provisioner) - Static method in class com.github.autostyle.scala.ScalaFmtStep
 
create(String, Provisioner, File) - Static method in class com.github.autostyle.scala.ScalaFmtStep
 
create(Iterable<File>) - Static method in class com.github.autostyle.sql.DBeaverSQLFormatterStep
 
createFormatterFunc() - Method in class com.github.autostyle.npm.PrettierFormatterStep.State
 
createFormatterFunc() - Method in class com.github.autostyle.npm.TsFmtFormatterStep.State
 
createForScript(String, Provisioner) - Static method in class com.github.autostyle.kotlin.KtLintStep
 
createForScript(String, Provisioner, Map<String, String>) - Static method in class com.github.autostyle.kotlin.KtLintStep
 
createFrom(String...) - Method in class com.github.autostyle.java.ImportOrderStep
 
createFromOrder(List<String>) - Static method in class com.github.autostyle.java.ImportOrderStep
Deprecated.
createFromOrder(String...) - Static method in class com.github.autostyle.java.ImportOrderStep
Deprecated.
createLazy(String, ThrowingEx.Supplier<State>, ThrowingEx.Function<State, FormatterFunc>) - Static method in interface com.github.autostyle.FormatterStep
 
createNeverUpToDate(String, FormatterFunc) - Static method in interface com.github.autostyle.FormatterStep
 
createNeverUpToDateLazy(String, ThrowingEx.Supplier<FormatterFunc>) - Static method in interface com.github.autostyle.FormatterStep
 
createPolicy(File, Supplier<Iterable<File>>) - Method in enum com.github.autostyle.LineEnding
Returns a LineEnding.Policy appropriate for files which are contained within the given rootFolder.
createPolicy() - Method in enum com.github.autostyle.LineEnding
Should use LineEnding.createPolicy(File, Supplier) instead, but this will work iff its a path-independent LineEnding policy.

D

DBeaverSQLFormatter - Class in com.github.autostyle.sql
 
DBeaverSQLFormatterConfiguration - Class in com.github.autostyle.sql.dbeaver
Warning: Use this class at your own risk.
DBeaverSQLFormatterConfiguration(Properties) - Constructor for class com.github.autostyle.sql.dbeaver.DBeaverSQLFormatterConfiguration
 
DBeaverSQLFormatterStep - Class in com.github.autostyle.sql
SQL formatter step which wraps up DBeaver’s SqlTokenizedFormatter implementation.
defaultDevDependencies() - Static method in class com.github.autostyle.npm.PrettierFormatterStep
 
defaultDevDependencies() - Static method in class com.github.autostyle.npm.TsFmtFormatterStep
 
defaultDevDependenciesWithPrettier(String) - Static method in class com.github.autostyle.npm.PrettierFormatterStep
 
defaultDevDependenciesWithTsFmt(String) - Static method in class com.github.autostyle.npm.TsFmtFormatterStep
 
defaultNumSpacesPerTab() - Static method in class com.github.autostyle.generic.IndentStep
 
defaultStyle() - Static method in class com.github.autostyle.java.GoogleJavaFormatStep
 
defaultVersion() - Static method in class com.github.autostyle.java.GoogleJavaFormatStep
 
defaultVersion() - Static method in class com.github.autostyle.kotlin.KtLintStep
 
defaultVersion() - Static method in class com.github.autostyle.markdown.FreshMarkStep
 
defaultVersion() - Static method in class com.github.autostyle.scala.ScalaFmtStep
 
DELIMITER_EXPR - Static variable in class com.github.autostyle.xml.XmlDefaults
Deprecated.
Delimiter covers beginning of elements and processing instructions.

E

encoding(Charset) - Method in class com.github.autostyle.Formatter.Builder
 
EndWithNewlineStep - Class in com.github.autostyle.generic
 
EqualityBasedOnSerialization() - Constructor for class com.github.autostyle.NoLambda.EqualityBasedOnSerialization
 
equals(Object) - Method in class com.github.autostyle.Formatter
 
equals(Object) - Method in class com.github.autostyle.LazyForwardingEquality
 
equals(Object) - Method in class com.github.autostyle.NoLambda.EqualityBasedOnSerialization
 

F

file() - Method in class com.github.autostyle.PaddedCell
Returns the file which was tested.
FILE_FILTER - Static variable in class com.github.autostyle.xml.XmlDefaults
Deprecated.
Filter based on Eclipse-WTP org.eclipse.core.contenttype.contentTypes extension org.eclipse.wst.xml.core.xmlsource.
files() - Method in class com.github.autostyle.FileSignature
Returns all of the files in this signature, throwing an exception if there are more or less than 1 file.
FileSignature - Class in com.github.autostyle
Computes a signature for any needed files.
filterByFile(SerializableFileFilter) - Method in interface com.github.autostyle.FormatterStep
Returns a new FormatterStep which will only apply its changes to files which pass the given filter.
forGroovy() - Static method in class com.github.autostyle.java.ImportOrderStep
 
forJava() - Static method in class com.github.autostyle.java.ImportOrderStep
 
format(String, File) - Method in interface com.github.autostyle.FormatterStep
Returns a formatted version of the given content.
format(State, String, File) - Method in class com.github.autostyle.FormatterStep.Strict
Implements the formatting function strictly in terms of the input data and the result of LazyForwardingEquality.calculateState().
format(String, File) - Method in class com.github.autostyle.FormatterStep.Strict
 
format(String) - Method in class com.github.autostyle.sql.dbeaver.SQLTokenizedFormatter
 
format(String) - Method in class com.github.autostyle.sql.DBeaverSQLFormatter
 
Formatter - Class in com.github.autostyle
Formatter which performs the full formatting.
Formatter.Builder - Class in com.github.autostyle
 
FormatterException - Exception in com.github.autostyle
 
FormatterException(String, String, File, Throwable) - Constructor for exception com.github.autostyle.FormatterException
 
FormatterFunc - Interface in com.github.autostyle
A Function<String, String> which can throw an exception.
FormatterFunc.Closeable - Interface in com.github.autostyle
Function<String, String> and BiFunction<String, File, String> whose implementation requires a resource which should be released when the function is no longer needed.
FormatterProperties - Class in com.github.autostyle
Utility manages settings of formatter configured by properties.
FormatterStep - Interface in com.github.autostyle
An implementation of this class specifies a single step in a formatting process.
FormatterStep.Strict<State extends java.io.Serializable> - Class in com.github.autostyle
Implements a FormatterStep in a strict way which guarantees correct and lazy implementation of up-to-date checks.
forNameIgnoreCase(String) - Static method in enum com.github.autostyle.npm.TsConfigFileType
 
FreshMarkStep - Class in com.github.autostyle.markdown
A step for FreshMark.
from(File...) - Static method in class com.github.autostyle.FileSignature
Deprecated.
from(Iterable<File>) - Static method in class com.github.autostyle.FileSignature
Deprecated.
from(File...) - Static method in class com.github.autostyle.FormatterProperties
Import settings from a sequence of files (file import is the given order)
from(Iterable<File>) - Static method in class com.github.autostyle.FormatterProperties
Import settings from a sequence of files (file import is the given order)
from(String, Provisioner) - Static method in class com.github.autostyle.JarState
Provisions the given maven coordinate and its transitive dependencies.
from(Collection<String>, Provisioner) - Static method in class com.github.autostyle.JarState
Provisions the given maven coordinates and their transitive dependencies.

G

get(ThrowingEx.Supplier<T>) - Static method in class com.github.autostyle.ThrowingEx
Gets the given value, rethrowing any exceptions as runtime exceptions.
get() - Method in interface com.github.autostyle.ThrowingEx.Supplier
 
getClassLoader() - Method in class com.github.autostyle.JarState
Returns a classloader containing the only jars in this JarState.
getClassLoader(Serializable) - Method in class com.github.autostyle.JarState
Returns a classloader containing the only jars in this JarState.
getEncoding() - Method in class com.github.autostyle.Formatter
 
getEndingFor(File) - Method in interface com.github.autostyle.LineEnding.Policy
Returns the line ending appropriate for the given file.
getFile() - Method in exception com.github.autostyle.FormatterException
 
getLineEndingsPolicy() - Method in class com.github.autostyle.Formatter
 
getMavenCoordinates() - Method in class com.github.autostyle.JarState
Returns unmodifiable view on sorted Maven coordinates
getName() - Method in interface com.github.autostyle.FormatterStep
The name of the step, for debugging purposes.
getObject(Integer) - Method in class com.github.autostyle.npm.V8ArrayWrapper
 
getOnlyFile() - Method in class com.github.autostyle.FileSignature
Returns the only file in this signature, throwing an exception if there are more or less than 1 file.
getOptions() - Method in class com.github.autostyle.npm.PrettierConfig
 
getPrettierConfigPath() - Method in class com.github.autostyle.npm.PrettierConfig
 
getProperties() - Method in class com.github.autostyle.FormatterProperties
Returns the accumulated Properties
getRelativePath() - Method in exception com.github.autostyle.FormatterException
 
getRootDir() - Method in class com.github.autostyle.Formatter
 
getStep() - Method in exception com.github.autostyle.FormatterException
 
getSteps() - Method in class com.github.autostyle.Formatter
 
GoogleJavaFormatStep - Class in com.github.autostyle.java
Wraps up google-java-format as a FormatterStep.

H

hashCode() - Method in class com.github.autostyle.Formatter
 
hashCode() - Method in class com.github.autostyle.LazyForwardingEquality
 
hashCode() - Method in class com.github.autostyle.NoLambda.EqualityBasedOnSerialization
 

I

ImportOrderStep - Class in com.github.autostyle.java
 
IndentStep - Class in com.github.autostyle.generic
Simple step which checks for consistent indentation characters.
IndentStep.Type - Enum in com.github.autostyle.generic
 
Internal - Annotation Type in com.github.autostyle.annotations
Signifies that a public API is actually an implementation detail, and should be treated as if it were private.
isClean(File) - Method in class com.github.autostyle.Formatter
Returns true iff the given file’s formatting is up-to-date.
isResolvable() - Method in class com.github.autostyle.PaddedCell
Any result which doesn’t diverge can be resolved.
isUnix(File) - Method in interface com.github.autostyle.LineEnding.Policy
Returns true iff this file has unix line endings.

J

JarState - Class in com.github.autostyle
Grabs a jar and its dependencies from maven, and makes it easy to access the collection in a classloader.
JarState(String, FileSignature, Set<File>) - Constructor for class com.github.autostyle.JarState
Deprecated.
JarState(Collection<String>, FileSignature, Set<File>) - Constructor for class com.github.autostyle.JarState
Deprecated.

K

KtLintStep - Class in com.github.autostyle.kotlin
Wraps up ktlint as a FormatterStep.

L

LazyForwardingEquality<T extends java.io.Serializable> - Class in com.github.autostyle
Implements equality, hashcode, and serialization entirely in terms of lazily-computed state.
LazyForwardingEquality() - Constructor for class com.github.autostyle.LazyForwardingEquality
 
LineEnding - Enum in com.github.autostyle
Represents the line endings which should be written by the tool.
LineEnding.Policy - Interface in com.github.autostyle
A policy for line endings which can vary based on the specific file being requested.
lineEndingsPolicy(LineEnding.Policy) - Method in class com.github.autostyle.Formatter.Builder
 

M

misbehaved() - Method in class com.github.autostyle.PaddedCell
Returns true iff the formatter misbehaved in any way (did not converge after a single iteration).

N

NAME - Static variable in class com.github.autostyle.npm.PrettierFormatterStep
 
NAME - Static variable in class com.github.autostyle.npm.TsFmtFormatterStep
 
NoLambda - Interface in com.github.autostyle
Marker interface to prevent lambda implementations of single-method interfaces that require serializability.
NoLambda.EqualityBasedOnSerialization - Class in com.github.autostyle
An implementation of NoLambda in which equality is based on the serialized representation of itself.

O

of(AutoCloseable, FormatterFunc) - Static method in interface com.github.autostyle.FormatterFunc.Closeable
Creates a FormatterFunc.Closeable from an AutoCloseable and a function.
of(Map<String, ?>) - Static method in class com.github.autostyle.npm.SimpleJsonWriter
 

P

PaddedCell - Class in com.github.autostyle
Models the result of applying a Formatter on a given File while characterizing various failure modes (slow convergence, cycles, and divergence).
PaddedCell.Type - Enum in com.github.autostyle
The kind of result.
PaddedCellBulk - Class in com.github.autostyle
Incorporates the PaddedCell machinery into broader apply / check usage.
PaddedCellBulk() - Constructor for class com.github.autostyle.PaddedCellBulk
 
PrettierConfig - Class in com.github.autostyle.npm
 
PrettierConfig(File, Map<String, Object>) - Constructor for class com.github.autostyle.npm.PrettierConfig
 
PrettierFormatterStep - Class in com.github.autostyle.npm
 
PrettierFormatterStep() - Constructor for class com.github.autostyle.npm.PrettierFormatterStep
 
PrettierFormatterStep.State - Class in com.github.autostyle.npm
 
Provisioner - Interface in com.github.autostyle
Many Autostyle steps require third-party libraries, but we want to keep Autostyle dependencies minimal.
provisionWithTransitives(boolean, String...) - Method in interface com.github.autostyle.Provisioner
Given a set of Maven coordinates, returns a set of jars which include all of the specified coordinates and optionally their transitive dependencies.
provisionWithTransitives(boolean, Collection<String>) - Method in interface com.github.autostyle.Provisioner
Given a set of Maven coordinates, returns a set of jars which include all of the specified coordinates and optionally their transitive dependencies.
push(Object) - Method in class com.github.autostyle.npm.V8ArrayWrapper
 
pushNull() - Method in class com.github.autostyle.npm.V8ArrayWrapper
 

R

RemoveUnusedImportsStep - Class in com.github.autostyle.java
Uses google-java-format, but only to remove unused imports.
ReplaceRegexStep - Class in com.github.autostyle.generic
 
ReplaceStep - Class in com.github.autostyle.generic
 
ReturnValuesAreNonnullByDefault - Annotation Type in com.github.autostyle.annotations
 
rootDir(Path) - Method in class com.github.autostyle.Formatter.Builder
 
run(ThrowingEx.Runnable) - Static method in class com.github.autostyle.ThrowingEx
Runs the given runnable, rethrowing any exceptions as runtime exceptions.
run() - Method in interface com.github.autostyle.ThrowingEx.Runnable
 

S

ScalaFmtStep - Class in com.github.autostyle.scala
Wraps up scalafmt as a FormatterStep.
SerializableFileFilter - Interface in com.github.autostyle
A file filter with full support for serialization.
signAsList(File...) - Static method in class com.github.autostyle.FileSignature
Creates file signature whereas order of the files remains unchanged.
signAsList(Iterable<File>) - Static method in class com.github.autostyle.FileSignature
Creates file signature whereas order of the files remains unchanged.
signAsSet(File...) - Static method in class com.github.autostyle.FileSignature
Creates file signature whereas order of the files remains unchanged.
signAsSet(Iterable<File>) - Static method in class com.github.autostyle.FileSignature
Creates file signature insensitive to the order of the files.
SimpleJsonWriter - Class in com.github.autostyle.npm
 
SimpleJsonWriter() - Constructor for class com.github.autostyle.npm.SimpleJsonWriter
 
skipFilesNamed(String...) - Static method in interface com.github.autostyle.SerializableFileFilter
Creates a FileFilter which will accept all files except files with the given name(s).
SQLTokenizedFormatter - Class in com.github.autostyle.sql.dbeaver
Warning: Use this class at your own risk.
SQLTokenizedFormatter(DBeaverSQLFormatterConfiguration) - Constructor for class com.github.autostyle.sql.dbeaver.SQLTokenizedFormatter
 
state() - Method in class com.github.autostyle.LazyForwardingEquality
Returns the underlying state, possibly triggering a call to {LazyForwardingEquality.calculateState().
State(String, Provisioner, File, File, TypedTsFmtConfigFile, Map<String, Object>) - Constructor for class com.github.autostyle.npm.TsFmtFormatterStep.State
Deprecated.
State(String, Map<String, String>, Provisioner, File, File, TypedTsFmtConfigFile, Map<String, Object>) - Constructor for class com.github.autostyle.npm.TsFmtFormatterStep.State
 
steps(List<FormatterStep>) - Method in class com.github.autostyle.Formatter.Builder
 
steps() - Method in class com.github.autostyle.PaddedCell
Returns the steps it takes to get to the result.
str() - Method in enum com.github.autostyle.LineEnding
Returns the standard line ending for this policy.
Strict() - Constructor for class com.github.autostyle.FormatterStep.Strict
 

T

ThrowingEx - Class in com.github.autostyle
Basic functional interfaces which throw exception, along with static helper methods for calling them.
ThrowingEx.BiFunction<T1,T2,R> - Interface in com.github.autostyle
A bi-function that can throw any exception.
ThrowingEx.Function<T,R> - Interface in com.github.autostyle
A function that can throw any exception.
ThrowingEx.Runnable - Interface in com.github.autostyle
A runnable that can throw any exception.
ThrowingEx.Supplier<T> - Interface in com.github.autostyle
A supplier that can throw any exception.
ThrowingEx.WrappedAsRuntimeException - Exception in com.github.autostyle
A RuntimeException specifically for the purpose of wrapping non-runtime Exceptions as RuntimeExceptions.
toBytes() - Method in class com.github.autostyle.LazyForwardingEquality
 
toBytes() - Method in class com.github.autostyle.NoLambda.EqualityBasedOnSerialization
 
toBytes() - Method in interface com.github.autostyle.NoLambda
Returns a byte array representation of everything inside this SerializableFileFilter.
toString() - Method in class com.github.autostyle.npm.SimpleJsonWriter
 
toUnix(String) - Static method in enum com.github.autostyle.LineEnding
Returns a string with exclusively unix line endings.
TrimTrailingWhitespaceStep - Class in com.github.autostyle.generic
 
TsConfigFileType - Enum in com.github.autostyle.npm
 
TsFmtFormatterStep - Class in com.github.autostyle.npm
 
TsFmtFormatterStep() - Constructor for class com.github.autostyle.npm.TsFmtFormatterStep
 
TsFmtFormatterStep.State - Class in com.github.autostyle.npm
 
type() - Method in class com.github.autostyle.PaddedCell
Returns the type of the result (either PaddedCell.Type.CONVERGE, PaddedCell.Type.CYCLE, or PaddedCell.Type.DIVERGE).
TypedTsFmtConfigFile - Class in com.github.autostyle.npm
 
TypedTsFmtConfigFile(TsConfigFileType, File) - Constructor for class com.github.autostyle.npm.TypedTsFmtConfigFile
 

U

unwrapCause(Throwable) - Static method in class com.github.autostyle.ThrowingEx
Utility method for rethrowing an exception’s cause with as few wrappers as possible.
userMessage() - Method in class com.github.autostyle.PaddedCell
Returns a string which describes this result.

V

V8ArrayWrapper - Class in com.github.autostyle.npm
 
V8ArrayWrapper(Reflective, Object) - Constructor for class com.github.autostyle.npm.V8ArrayWrapper
 
valueOf(String) - Static method in enum com.github.autostyle.generic.IndentStep.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.autostyle.LineEnding
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.autostyle.npm.TsConfigFileType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.autostyle.PaddedCell.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.autostyle.generic.IndentStep.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.autostyle.LineEnding
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.autostyle.npm.TsConfigFileType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.autostyle.PaddedCell.Type
Returns an array containing the constants of this enum type, in the order they are declared.

W

withoutTransitives(Collection<String>, Provisioner) - Static method in class com.github.autostyle.JarState
Provisions the given maven coordinates without their transitive dependencies.
wrap(ThrowingEx.Function<T, R>) - Static method in class com.github.autostyle.ThrowingEx
Wraps the given ThrowingEx.Function as a standard Function, rethrowing any exceptions as runtime exceptions.
WRAPPED_CLASS - Static variable in class com.github.autostyle.npm.V8ArrayWrapper
 
WrappedAsRuntimeException(Throwable) - Constructor for exception com.github.autostyle.ThrowingEx.WrappedAsRuntimeException
 

X

XmlDefaults - Class in com.github.autostyle.xml
Deprecated.
A B C D E F G H I J K L M N O P R S T U V W X 
Skip navigation links