Table of Contents

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

bool

AvoidCSharpGenericDefinition

public bool AvoidCSharpGenericDefinition { get; set; }

Property Value

bool

AvoidParallelBuild

public bool AvoidParallelBuild { get; set; }

Property Value

bool

ClassesInConflict

public IEnumerable<string> ClassesInConflict { get; set; }

Property Value

IEnumerable<string>

ClassesManuallyDeveloped

public IEnumerable<string> ClassesManuallyDeveloped { get; set; }

Property Value

IEnumerable<string>

ClassesToAnalyze

public IEnumerable<string> ClassesToAnalyze { get; set; }

Property Value

IEnumerable<string>

ClassesToAvoid

public IEnumerable<string> ClassesToAvoid { get; set; }

Property Value

IEnumerable<string>

ClassesToAvoidInGenerics

public IEnumerable<string> ClassesToAvoidInGenerics { get; set; }

Property Value

IEnumerable<string>

ClassesToAvoidJavaListener

public IEnumerable<string> ClassesToAvoidJavaListener { get; set; }

Property Value

IEnumerable<string>

ClassesToBeListener

public IEnumerable<string> ClassesToBeListener { get; set; }

Property Value

IEnumerable<string>

ClassesToRemoveAsListener

public IEnumerable<string> ClassesToRemoveAsListener { get; set; }

Property Value

IEnumerable<string>

ClassesWithCallbacks

public IEnumerable<JNetReflectorCore<T>.ConfigurationType.ClassAndPatterns> ClassesWithCallbacks { get; set; }

Property Value

IEnumerable<JNetReflectorCore<T>.ConfigurationType.ClassAndPatterns>

CopyrightFile

public string CopyrightFile { get; set; }

Property Value

string

CreateInterfaceInheritance

public bool CreateInterfaceInheritance { get; set; }

Property Value

bool

DestinationCSharpClassPath

public string DestinationCSharpClassPath { get; set; }

Property Value

string

DestinationJavaListenerPath

public string DestinationJavaListenerPath { get; set; }

Property Value

string

DestinationRootPath

public string DestinationRootPath { get; set; }

Property Value

string

DisableGenerics

public bool DisableGenerics { get; set; }

Property Value

bool

DisableGenericsInNonGenericClasses

public bool DisableGenericsInNonGenericClasses { get; set; }

Property Value

bool

DisableInterfaceMethodGeneration

public bool DisableInterfaceMethodGeneration { get; set; }

Property Value

bool

DisablePropertiesForGetterSetter

public bool DisablePropertiesForGetterSetter { get; set; }

Property Value

bool

DoNotCamel

public bool DoNotCamel { get; set; }

Property Value

bool

DryRun

public bool DryRun { get; set; }

Property Value

bool

JarList

public IEnumerable<string> JarList { get; set; }

Property Value

IEnumerable<string>

JavaListenerBasePackage

public string JavaListenerBasePackage { get; set; }

Property Value

string

JavaPLocationPath

public string JavaPLocationPath { get; set; }

Property Value

string

JavadocNoModule

public bool JavadocNoModule { get; set; }

Property Value

bool

JavadocVersion

public int JavadocVersion { get; set; }

Property Value

int

ModulesToParse

public IEnumerable<string> ModulesToParse { get; set; }

Property Value

IEnumerable<string>

NamespacesInConflict

public IEnumerable<string> NamespacesInConflict { get; set; }

Property Value

IEnumerable<string>

NamespacesToAvoid

public IEnumerable<string> NamespacesToAvoid { get; set; }

Property Value

IEnumerable<string>

OnlyPropertiesForGetterSetter

public bool OnlyPropertiesForGetterSetter { get; set; }

Property Value

bool

OriginJavadocJARVersionAndUrls

public IEnumerable<JNetReflectorCore<T>.ConfigurationType.VersionUrl> OriginJavadocJARVersionAndUrls { get; set; }

Property Value

IEnumerable<JNetReflectorCore<T>.ConfigurationType.VersionUrl>

OriginJavadocUrl

public string OriginJavadocUrl { get; set; }

Property Value

string

OriginRootPath

public string OriginRootPath { get; set; }

Property Value

string

PreferMethodWithSignature

public bool PreferMethodWithSignature { get; set; }

Property Value

bool

ReflectDeprecated

public bool ReflectDeprecated { get; set; }

Property Value

bool

RelativeDestinationCSharpClassPath

public string RelativeDestinationCSharpClassPath { get; set; }

Property Value

string

RelativeDestinationJavaListenerPath

public string RelativeDestinationJavaListenerPath { get; set; }

Property Value

string

TraceLevel

public int TraceLevel { get; set; }

Property Value

int

TraceTo

public string TraceTo { get; set; }

Property Value

string

UseDirectDotNetType

public bool UseDirectDotNetType { get; set; }

Property Value

bool

UseDotNetNullable

public bool UseDotNetNullable { get; set; }

Property Value

bool