IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
IKVM.Tools.Exporter.ExportCommandOptions Class Reference

Options passed to the exporter. More...

Properties

FileInfo Output [get, set]
 Output JAR file.
 
FileInfo[] References = [] [get, set]
 Assembly references.
 
DirectoryInfo[] Libraries = [] [get, set]
 Path to directories to search for assembly references.
 
string[] Namespaces = [] [get, set]
 Set of namespaces to export.
 
bool Shared [get, set]
 Are we doing a shared export.
 
bool NoStdLib [get, set]
 Whether to include the standard library references.
 
bool Forwarders [get, set]
 Whether to include forwarder types.
 
bool IncludeParameterNames [get, set]
 Whether to export parameter names.
 
bool IncludeNonPublicTypes [get, set]
 Whehter to export non-public types.
 
bool IncludeNonPublicInterfaces [get, set]
 Whether to export non-public interface implementations.
 
bool IncludeNonPublicMembers [get, set]
 Whether to export non-public members.
 
bool SerialVersionUID [get, set]
 Whether to export serialVersionUID fields.
 
bool ContinueOnError [get, set]
 Whether to continue execution on error.
 
bool Bootstrap [get, set]
 Whether we are to run in bootstrap mode.
 
FileInfo Assembly [get, set]
 Paths to assembly to export.
 
string Log [get, set]
 Gets the various logging configurations.
 

Detailed Description

Options passed to the exporter.

Definition at line 11 of file ExportCommandOptions.cs.

Property Documentation

◆ Assembly

FileInfo IKVM.Tools.Exporter.ExportCommandOptions.Assembly
getset

Paths to assembly to export.

Definition at line 87 of file ExportCommandOptions.cs.

87{ get; set; }

◆ Bootstrap

bool IKVM.Tools.Exporter.ExportCommandOptions.Bootstrap
getset

Whether we are to run in bootstrap mode.

Definition at line 82 of file ExportCommandOptions.cs.

82{ get; set; }

◆ ContinueOnError

bool IKVM.Tools.Exporter.ExportCommandOptions.ContinueOnError
getset

Whether to continue execution on error.

Definition at line 77 of file ExportCommandOptions.cs.

77{ get; set; }

◆ Forwarders

bool IKVM.Tools.Exporter.ExportCommandOptions.Forwarders
getset

Whether to include forwarder types.

Definition at line 47 of file ExportCommandOptions.cs.

47{ get; set; }

◆ IncludeNonPublicInterfaces

bool IKVM.Tools.Exporter.ExportCommandOptions.IncludeNonPublicInterfaces
getset

Whether to export non-public interface implementations.

Definition at line 62 of file ExportCommandOptions.cs.

62{ get; set; }

◆ IncludeNonPublicMembers

bool IKVM.Tools.Exporter.ExportCommandOptions.IncludeNonPublicMembers
getset

Whether to export non-public members.

Definition at line 67 of file ExportCommandOptions.cs.

67{ get; set; }

◆ IncludeNonPublicTypes

bool IKVM.Tools.Exporter.ExportCommandOptions.IncludeNonPublicTypes
getset

Whehter to export non-public types.

Definition at line 57 of file ExportCommandOptions.cs.

57{ get; set; }

◆ IncludeParameterNames

bool IKVM.Tools.Exporter.ExportCommandOptions.IncludeParameterNames
getset

Whether to export parameter names.

Definition at line 52 of file ExportCommandOptions.cs.

52{ get; set; }

◆ Libraries

DirectoryInfo [] IKVM.Tools.Exporter.ExportCommandOptions.Libraries = []
getset

Path to directories to search for assembly references.

Definition at line 27 of file ExportCommandOptions.cs.

27{ get; set; } = [];

◆ Log

string IKVM.Tools.Exporter.ExportCommandOptions.Log
getset

Gets the various logging configurations.

Definition at line 92 of file ExportCommandOptions.cs.

92{ get; set; }

◆ Namespaces

string [] IKVM.Tools.Exporter.ExportCommandOptions.Namespaces = []
getset

Set of namespaces to export.

Definition at line 32 of file ExportCommandOptions.cs.

32{ get; set; } = [];

◆ NoStdLib

bool IKVM.Tools.Exporter.ExportCommandOptions.NoStdLib
getset

Whether to include the standard library references.

Definition at line 42 of file ExportCommandOptions.cs.

42{ get; set; }

◆ Output

FileInfo IKVM.Tools.Exporter.ExportCommandOptions.Output
getset

Output JAR file.

Definition at line 17 of file ExportCommandOptions.cs.

17{ get; set; }

◆ References

FileInfo [] IKVM.Tools.Exporter.ExportCommandOptions.References = []
getset

Assembly references.

Definition at line 22 of file ExportCommandOptions.cs.

22{ get; set; } = [];

◆ SerialVersionUID

bool IKVM.Tools.Exporter.ExportCommandOptions.SerialVersionUID
getset

Whether to export serialVersionUID fields.

Definition at line 72 of file ExportCommandOptions.cs.

72{ get; set; }

◆ Shared

bool IKVM.Tools.Exporter.ExportCommandOptions.Shared
getset

Are we doing a shared export.

Definition at line 37 of file ExportCommandOptions.cs.

37{ get; set; }

The documentation for this class was generated from the following file: