- recycle(T) - Method in class com.sun.istack.Pool.Impl
-
Returns an object back to the pool.
- recycle(T) - Method in interface com.sun.istack.Pool
-
Returns an object back to the pool.
- release(Wagon) - Method in class com.oracle.istack.maven.ManualWagonProvider
-
- remoteRepositories - Variable in class com.sun.istack.maven.MetainfServicesCompilerMojo
-
- removeIllegalIdentifierChars(String) - Static method in class com.sun.istack.build.NameConverter.Standard
-
- removeIllegalIdentifierChars(String) - Static method in class com.sun.istack.maven.NameConverter.Standard
-
- repeat(String, int) - Static method in class com.oracle.istack.maven.HelpMojo
-
Repeat a String n
times to form a new string.
- repoSession - Variable in class com.oracle.istack.maven.ImportPropertiesMojo
-
The current repository/network configuration of Maven.
- repoSession - Variable in class com.oracle.istack.maven.PropertyResolver
-
- repoSystem - Variable in class com.oracle.istack.maven.ImportPropertiesMojo
-
The entry point to Aether, i.e.
- repoSystem - Variable in class com.oracle.istack.maven.PropertyResolver
-
- reservedKeywords - Static variable in class com.sun.istack.build.NameUtil
-
All reserved keywords of Java.
- reservedKeywords - Static variable in class com.sun.istack.maven.NameUtil
-
All reserved keywords of Java.
- reset() - Static method in class com.sun.istack.tools.DefaultAuthenticator
-
- resolve(CollectRequest, List<RemoteRepository>, RepositorySystem, RepositorySystemSession) - Static method in class com.oracle.istack.maven.DependencyResolver
-
- resolve(Dependency, List<RemoteRepository>, RepositorySystem, RepositorySystemSession) - Static method in class com.oracle.istack.maven.DependencyResolver
-
- resolveProperties(MavenProject) - Method in class com.oracle.istack.maven.PropertyResolver
-
- ResourceGenMojo - Class in com.sun.istack.maven
-
Goal which generates source files from resource bundles.
- ResourceGenMojo() - Constructor for class com.sun.istack.maven.ResourceGenMojo
-
- ResourceGenMojo.LicenseCodeWriter - Class in com.sun.istack.maven
-
Writes all the source files under the specified file folder and inserts a
license file each java source file.
- ResourceGenTask - Class in com.sun.istack.build
-
Generate source files from resource bundles,
so that code can refer to resources as methods,
instead of hard-coding string constants, which is
much harder to search.
- ResourceGenTask() - Constructor for class com.sun.istack.build.ResourceGenTask
-
- ResourceGenTask.LicenseCodeWriter - Class in com.sun.istack.build
-
Writes all the source files under the specified file folder and
inserts a license file each java source file.
- resources - Variable in class com.sun.istack.build.ResourceGenTask
-
Resource files to be compiled
- resources - Variable in class com.sun.istack.maven.ResourceGenMojo
-
File set of the properties files to be processed.
- reverse(List<T>) - Static method in class com.sun.istack.build.NameConverter.Standard
-
- reverse(List<T>) - Static method in class com.sun.istack.maven.NameConverter.Standard
-
- root - Variable in class com.sun.istack.tools.ProtectedTask
-
- ROOT_WS_PACKAGE - Static variable in class com.sun.istack.logging.Logger
-
- take() - Method in class com.sun.istack.Pool.Impl
-
Gets a new object from the pool.
- take() - Method in interface com.sun.istack.Pool
-
Gets a new object from the pool.
- toClassName(String) - Method in class com.sun.istack.build.NameConverter.Standard
-
- toClassName(String) - Method in interface com.sun.istack.build.NameConverter
-
converts a string into an identifier suitable for classes.
- toClassName(String) - Method in class com.sun.istack.maven.NameConverter.Standard
-
- toClassName(String) - Method in interface com.sun.istack.maven.NameConverter
-
converts a string into an identifier suitable for classes.
- toConstantName(String) - Method in class com.sun.istack.build.NameConverter.Standard
-
- toConstantName(String) - Method in interface com.sun.istack.build.NameConverter
-
converts a string into an identifier suitable for constants.
- toConstantName(String) - Method in class com.sun.istack.build.NameUtil
-
Formats a string into "THIS_KIND_OF_FORMAT_ABC_DEF".
- toConstantName(List<String>) - Method in class com.sun.istack.build.NameUtil
-
Formats a string into "THIS_KIND_OF_FORMAT_ABC_DEF".
- toConstantName(String) - Method in class com.sun.istack.maven.NameConverter.Standard
-
- toConstantName(String) - Method in interface com.sun.istack.maven.NameConverter
-
converts a string into an identifier suitable for constants.
- toConstantName(String) - Method in class com.sun.istack.maven.NameUtil
-
Formats a string into "THIS_KIND_OF_FORMAT_ABC_DEF".
- toConstantName(List<String>) - Method in class com.sun.istack.maven.NameUtil
-
Formats a string into "THIS_KIND_OF_FORMAT_ABC_DEF".
- toInterfaceName(String) - Method in class com.sun.istack.build.NameConverter.Standard
-
- toInterfaceName(String) - Method in interface com.sun.istack.build.NameConverter
-
converts a string into an identifier suitable for interfaces.
- toInterfaceName(String) - Method in class com.sun.istack.maven.NameConverter.Standard
-
- toInterfaceName(String) - Method in interface com.sun.istack.maven.NameConverter
-
converts a string into an identifier suitable for interfaces.
- toJarUrl(URL) - Static method in class com.sun.istack.tools.ParallelWorldClassLoader
-
Given the URL inside jar, returns the URL to the jar itself.
- tokenize(String, String) - Static method in class com.sun.istack.build.NameConverter.Standard
-
- tokenize(String, String) - Static method in class com.sun.istack.maven.NameConverter.Standard
-
- toLines(String, int, int, int) - Static method in class com.oracle.istack.maven.HelpMojo
-
Splits the specified text into lines of convenient display length.
- toLines(List<String>, String, int, int) - Static method in class com.oracle.istack.maven.HelpMojo
-
Adds the specified line to the output sequence, performing line wrapping if necessary.
- toMixedCaseName(List<String>, boolean) - Method in class com.sun.istack.build.NameUtil
-
- toMixedCaseName(List<String>, boolean) - Method in class com.sun.istack.maven.NameUtil
-
- toMixedCaseVariableName(String[], boolean, boolean) - Method in class com.sun.istack.build.NameUtil
-
- toMixedCaseVariableName(String[], boolean, boolean) - Method in class com.sun.istack.maven.NameUtil
-
- toPackageName(String) - Method in class com.sun.istack.build.NameConverter.Standard
-
Computes a Java package name from a namespace URI,
as specified in the spec.
- toPackageName(String) - Method in interface com.sun.istack.build.NameConverter
-
Converts a namespace URI into a package name.
- toPackageName(String) - Method in class com.sun.istack.maven.NameConverter.Standard
-
Computes a Java package name from a namespace URI,
as specified in the spec.
- toPackageName(String) - Method in interface com.sun.istack.maven.NameConverter
-
Converts a namespace URI into a package name.
- toPropertyName(String) - Method in class com.sun.istack.build.NameConverter.Standard
-
- toPropertyName(String) - Method in interface com.sun.istack.build.NameConverter
-
converts a string into an identifier suitable for properties.
- toPropertyName(String) - Method in class com.sun.istack.maven.NameConverter.Standard
-
- toPropertyName(String) - Method in interface com.sun.istack.maven.NameConverter
-
converts a string into an identifier suitable for properties.
- toString() - Method in class com.sun.istack.maven.ArtifactItem
-
- toString() - Method in class com.sun.istack.test.VersionNumber
-
- toVariableName(String) - Method in class com.sun.istack.build.NameConverter.Standard
-
- toVariableName(String) - Method in interface com.sun.istack.build.NameConverter
-
Converts a string into an identifier suitable for variables.
- toVariableName(String) - Method in class com.sun.istack.maven.NameConverter.Standard
-
- toVariableName(String) - Method in interface com.sun.istack.maven.NameConverter
-
Converts a string into an identifier suitable for variables.
- toWordList(String) - Method in class com.sun.istack.build.NameUtil
-
Tokenizes a string into words and capitalizes the first
character of each word.
- toWordList(String) - Method in class com.sun.istack.maven.NameUtil
-
Tokenizes a string into words and capitalizes the first
character of each word.