Class JNetReflectorCore<T>.ConfigurationType
- Namespace
- MASES.JNetReflector
- Assembly
- MASES.JNetReflector.dll
Class used to define configuration information
public class JNetReflectorCore<T>.ConfigurationType
- Inheritance
-
JNetReflectorCore<T>.ConfigurationType
- Inherited Members
Constructors
ConfigurationType()
public ConfigurationType()
Properties
AvoidCSharpGenericClauseDefinition
public bool AvoidCSharpGenericClauseDefinition { get; set; }
Property Value
AvoidCSharpGenericDefinition
public bool AvoidCSharpGenericDefinition { get; set; }
Property Value
AvoidParallelBuild
public bool AvoidParallelBuild { get; set; }
Property Value
ClassesInConflict
public IEnumerable<string> ClassesInConflict { get; set; }
Property Value
ClassesManuallyDeveloped
public IEnumerable<string> ClassesManuallyDeveloped { get; set; }
Property Value
ClassesToAnalyze
public IEnumerable<string> ClassesToAnalyze { get; set; }
Property Value
ClassesToAvoid
public IEnumerable<string> ClassesToAvoid { get; set; }
Property Value
ClassesToAvoidInGenerics
public IEnumerable<string> ClassesToAvoidInGenerics { get; set; }
Property Value
ClassesToAvoidJavaListener
public IEnumerable<string> ClassesToAvoidJavaListener { get; set; }
Property Value
ClassesToBeListener
public IEnumerable<string> ClassesToBeListener { get; set; }
Property Value
ClassesToRemoveAsListener
public IEnumerable<string> ClassesToRemoveAsListener { get; set; }
Property Value
ClassesWithCallbacks
public IEnumerable<JNetReflectorCore<T>.ConfigurationType.ClassAndPatterns> ClassesWithCallbacks { get; set; }
Property Value
CopyrightFile
public string CopyrightFile { get; set; }
Property Value
CreateInterfaceInheritance
public bool CreateInterfaceInheritance { get; set; }
Property Value
DestinationCSharpClassPath
public string DestinationCSharpClassPath { get; set; }
Property Value
DestinationJavaListenerPath
public string DestinationJavaListenerPath { get; set; }
Property Value
DestinationRootPath
public string DestinationRootPath { get; set; }
Property Value
DisableGenerics
public bool DisableGenerics { get; set; }
Property Value
DisableGenericsInNonGenericClasses
public bool DisableGenericsInNonGenericClasses { get; set; }
Property Value
DisableInterfaceMethodGeneration
public bool DisableInterfaceMethodGeneration { get; set; }
Property Value
DisablePropertiesForGetterSetter
public bool DisablePropertiesForGetterSetter { get; set; }
Property Value
DoNotCamel
public bool DoNotCamel { get; set; }
Property Value
DryRun
public bool DryRun { get; set; }
Property Value
JarList
public IEnumerable<string> JarList { get; set; }
Property Value
JavaListenerBasePackage
public string JavaListenerBasePackage { get; set; }
Property Value
JavaPLocationPath
public string JavaPLocationPath { get; set; }
Property Value
JavadocNoModule
public bool JavadocNoModule { get; set; }
Property Value
JavadocVersion
public int JavadocVersion { get; set; }
Property Value
ModulesToParse
public IEnumerable<string> ModulesToParse { get; set; }
Property Value
NamespacesInConflict
public IEnumerable<string> NamespacesInConflict { get; set; }
Property Value
NamespacesToAvoid
public IEnumerable<string> NamespacesToAvoid { get; set; }
Property Value
OnlyPropertiesForGetterSetter
public bool OnlyPropertiesForGetterSetter { get; set; }
Property Value
OriginJavadocJARVersionAndUrls
public IEnumerable<JNetReflectorCore<T>.ConfigurationType.VersionUrl> OriginJavadocJARVersionAndUrls { get; set; }
Property Value
OriginJavadocUrl
public string OriginJavadocUrl { get; set; }
Property Value
OriginRootPath
public string OriginRootPath { get; set; }
Property Value
PreferMethodWithSignature
public bool PreferMethodWithSignature { get; set; }
Property Value
ReflectDeprecated
public bool ReflectDeprecated { get; set; }
Property Value
RelativeDestinationCSharpClassPath
public string RelativeDestinationCSharpClassPath { get; set; }
Property Value
RelativeDestinationJavaListenerPath
public string RelativeDestinationJavaListenerPath { get; set; }
Property Value
TraceLevel
public int TraceLevel { get; set; }
Property Value
TraceTo
public string TraceTo { get; set; }
Property Value
UseDirectDotNetType
public bool UseDirectDotNetType { get; set; }
Property Value
UseDotNetNullable
public bool UseDotNetNullable { get; set; }