- setClasspathEntries(List<String>) - Method in class org.codehaus.mojo.rmic.RmiCompilerConfiguration
-
- setExcludes(Set<String>) - Method in class org.codehaus.mojo.rmic.AbstractRmiMojo
-
Specifies files to exclude from rmic processing
- setExcludes(Set<String>) - Method in class org.codehaus.mojo.rmic.RmiCompilerConfiguration
-
- setExcludes(Set<String>) - Method in class org.codehaus.mojo.rmic.Source
-
- setIdl(Boolean) - Method in class org.codehaus.mojo.rmic.AbstractRmiMojo
-
Specifies whether the '-idl' option will be passed to the compiler.
- setIdl(boolean) - Method in class org.codehaus.mojo.rmic.RmiCompilerConfiguration
-
- setIdl(Boolean) - Method in class org.codehaus.mojo.rmic.Source
-
- setIiop(Boolean) - Method in class org.codehaus.mojo.rmic.AbstractRmiMojo
-
Specifies whether the '-iiop' option will be passed to the compiler.
- setIiop(boolean) - Method in class org.codehaus.mojo.rmic.RmiCompilerConfiguration
-
- setIiop(Boolean) - Method in class org.codehaus.mojo.rmic.Source
-
- setIncludes(Set<String>) - Method in class org.codehaus.mojo.rmic.AbstractRmiMojo
-
Specifies files to include in rmic processing
- setIncludes(Set<String>) - Method in class org.codehaus.mojo.rmic.RmiCompilerConfiguration
-
- setIncludes(Set<String>) - Method in class org.codehaus.mojo.rmic.Source
-
- setKeep(Boolean) - Method in class org.codehaus.mojo.rmic.AbstractRmiMojo
-
Specifies whether the '-keep' option will be passed to the compiler.
- setKeep(boolean) - Method in class org.codehaus.mojo.rmic.RmiCompilerConfiguration
-
- setKeep(Boolean) - Method in class org.codehaus.mojo.rmic.Source
-
- setLog(Log) - Method in interface org.codehaus.mojo.rmic.RmiCompiler
-
Defines the logger to use.
- setNoLocalStubs(Boolean) - Method in class org.codehaus.mojo.rmic.AbstractRmiMojo
-
Specifies whether the '-nolocalstubs' option will be passed to the compiler.
- setNoLocalStubs(boolean) - Method in class org.codehaus.mojo.rmic.RmiCompilerConfiguration
-
- setNoLocalStubs(Boolean) - Method in class org.codehaus.mojo.rmic.Source
-
- setNoValueMethods(Boolean) - Method in class org.codehaus.mojo.rmic.AbstractRmiMojo
-
Specifies whether the '-noValueMethods' option will be passed to the compiler.
- setNoValueMethods(boolean) - Method in class org.codehaus.mojo.rmic.RmiCompilerConfiguration
-
- setNoValueMethods(Boolean) - Method in class org.codehaus.mojo.rmic.Source
-
- setNowarn(Boolean) - Method in class org.codehaus.mojo.rmic.AbstractRmiMojo
-
Specifies whether the '-warn' option will be passed to the compiler.
- setNowarn(boolean) - Method in class org.codehaus.mojo.rmic.RmiCompilerConfiguration
-
- setNowarn(Boolean) - Method in class org.codehaus.mojo.rmic.Source
-
- setOutputLocation(String) - Method in class org.codehaus.mojo.rmic.RmiCompilerConfiguration
-
- setPoa(Boolean) - Method in class org.codehaus.mojo.rmic.AbstractRmiMojo
-
Specifies whether the '-poa' option will be passed to the compiler.
- setPoa(boolean) - Method in class org.codehaus.mojo.rmic.RmiCompilerConfiguration
-
- setPoa(Boolean) - Method in class org.codehaus.mojo.rmic.Source
-
- setSourceFiles(Set<File>) - Method in class org.codehaus.mojo.rmic.RmiCompilerConfiguration
-
- setSourceLocations(List<String>) - Method in class org.codehaus.mojo.rmic.RmiCompilerConfiguration
-
- setVerbose(Boolean) - Method in class org.codehaus.mojo.rmic.AbstractRmiMojo
-
Specifies whether the '-verbose' option will be passed to the compiler.
- setVerbose(boolean) - Method in class org.codehaus.mojo.rmic.RmiCompilerConfiguration
-
- setVerbose(Boolean) - Method in class org.codehaus.mojo.rmic.Source
-
- setVersion(String) - Method in class org.codehaus.mojo.rmic.AbstractRmiMojo
-
Specifies a version to be passed to the compiler.
- setVersion(String) - Method in class org.codehaus.mojo.rmic.RmiCompilerConfiguration
-
- setVersion(String) - Method in class org.codehaus.mojo.rmic.Source
-
- Source - Class in org.codehaus.mojo.rmic
-
Represents a group of class files to be processed by rmic, along with the desired options.
- Source() - Constructor for class org.codehaus.mojo.rmic.Source
-