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

Options passed to the exporter. More...

Properties

string Output [get, set]
 Output JAR file.
 
List< string > References = [] [get]
 Assembly references.
 
List< string > Libraries = [] [get]
 Path to directories to search for assembly references.
 
List< string > Namespaces = [] [get]
 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.
 
string Assembly [get, set]
 Paths to assembly to export.
 

Detailed Description

Options passed to the exporter.

Definition at line 9 of file ExportOptions.cs.

Property Documentation

◆ Assembly

string IKVM.Tools.Exporter.ExportOptions.Assembly
getset

Paths to assembly to export.

Definition at line 85 of file ExportOptions.cs.

85{ get; set; }

◆ Bootstrap

bool IKVM.Tools.Exporter.ExportOptions.Bootstrap
getset

Whether we are to run in bootstrap mode.

Definition at line 80 of file ExportOptions.cs.

80{ get; set; }

◆ ContinueOnError

bool IKVM.Tools.Exporter.ExportOptions.ContinueOnError
getset

Whether to continue execution on error.

Definition at line 75 of file ExportOptions.cs.

75{ get; set; }

◆ Forwarders

bool IKVM.Tools.Exporter.ExportOptions.Forwarders
getset

Whether to include forwarder types.

Definition at line 45 of file ExportOptions.cs.

45{ get; set; }

◆ IncludeNonPublicInterfaces

bool IKVM.Tools.Exporter.ExportOptions.IncludeNonPublicInterfaces
getset

Whether to export non-public interface implementations.

Definition at line 60 of file ExportOptions.cs.

60{ get; set; }

◆ IncludeNonPublicMembers

bool IKVM.Tools.Exporter.ExportOptions.IncludeNonPublicMembers
getset

Whether to export non-public members.

Definition at line 65 of file ExportOptions.cs.

65{ get; set; }

◆ IncludeNonPublicTypes

bool IKVM.Tools.Exporter.ExportOptions.IncludeNonPublicTypes
getset

Whehter to export non-public types.

Definition at line 55 of file ExportOptions.cs.

55{ get; set; }

◆ IncludeParameterNames

bool IKVM.Tools.Exporter.ExportOptions.IncludeParameterNames
getset

Whether to export parameter names.

Definition at line 50 of file ExportOptions.cs.

50{ get; set; }

◆ Libraries

List<string> IKVM.Tools.Exporter.ExportOptions.Libraries = []
get

Path to directories to search for assembly references.

Definition at line 25 of file ExportOptions.cs.

25{ get; } = [];

◆ Namespaces

List<string> IKVM.Tools.Exporter.ExportOptions.Namespaces = []
get

Set of namespaces to export.

Definition at line 30 of file ExportOptions.cs.

30{ get; } = [];

◆ NoStdLib

bool IKVM.Tools.Exporter.ExportOptions.NoStdLib
getset

Whether to include the standard library references.

Definition at line 40 of file ExportOptions.cs.

40{ get; set; }

◆ Output

string IKVM.Tools.Exporter.ExportOptions.Output
getset

Output JAR file.

Definition at line 15 of file ExportOptions.cs.

15{ get; set; }

◆ References

List<string> IKVM.Tools.Exporter.ExportOptions.References = []
get

Assembly references.

Definition at line 20 of file ExportOptions.cs.

20{ get; } = [];

◆ SerialVersionUID

bool IKVM.Tools.Exporter.ExportOptions.SerialVersionUID
getset

Whether to export serialVersionUID fields.

Definition at line 70 of file ExportOptions.cs.

70{ get; set; }

◆ Shared

bool IKVM.Tools.Exporter.ExportOptions.Shared
getset

Are we doing a shared export.

Definition at line 35 of file ExportOptions.cs.

35{ get; set; }

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