IKVM11
11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
ExportCommandOptions.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.IO;
3
4
namespace
IKVM.Tools.Exporter
5
{
6
10
[Serializable]
11
class
ExportCommandOptions
12
{
13
17
public
FileInfo
Output
{
get
;
set
; }
18
22
public
FileInfo[]
References
{
get
;
set
; } = [];
23
27
public
DirectoryInfo[]
Libraries
{
get
;
set
; } = [];
28
32
public
string
[]
Namespaces
{
get
;
set
; } = [];
33
37
public
bool
Shared
{
get
;
set
; }
38
42
public
bool
NoStdLib
{
get
;
set
; }
43
47
public
bool
Forwarders
{
get
;
set
; }
48
52
public
bool
IncludeParameterNames
{
get
;
set
; }
53
57
public
bool
IncludeNonPublicTypes
{
get
;
set
; }
58
62
public
bool
IncludeNonPublicInterfaces
{
get
;
set
; }
63
67
public
bool
IncludeNonPublicMembers
{
get
;
set
; }
68
72
public
bool
SerialVersionUID
{
get
;
set
; }
73
77
public
bool
ContinueOnError
{
get
;
set
; }
78
82
public
bool
Bootstrap
{
get
;
set
; }
83
87
public
FileInfo
Assembly
{
get
;
set
; }
88
92
public
string
Log
{
get
;
set
; }
93
94
}
95
96
}
Assembly
IKVM.Reflection.Assembly Assembly
Definition
IkvmReflectionAssemblySymbol.cs:7
IKVM.Tools.Exporter.ExportCommandOptions
Options passed to the exporter.
Definition
ExportCommandOptions.cs:12
IKVM.Tools.Exporter.ExportCommandOptions.Output
FileInfo Output
Output JAR file.
Definition
ExportCommandOptions.cs:17
IKVM.Tools.Exporter.ExportCommandOptions.Namespaces
string[] Namespaces
Set of namespaces to export.
Definition
ExportCommandOptions.cs:32
IKVM.Tools.Exporter.ExportCommandOptions.Forwarders
bool Forwarders
Whether to include forwarder types.
Definition
ExportCommandOptions.cs:47
IKVM.Tools.Exporter.ExportCommandOptions.Log
string Log
Gets the various logging configurations.
Definition
ExportCommandOptions.cs:92
IKVM.Tools.Exporter.ExportCommandOptions.IncludeNonPublicTypes
bool IncludeNonPublicTypes
Whehter to export non-public types.
Definition
ExportCommandOptions.cs:57
IKVM.Tools.Exporter.ExportCommandOptions.NoStdLib
bool NoStdLib
Whether to include the standard library references.
Definition
ExportCommandOptions.cs:42
IKVM.Tools.Exporter.ExportCommandOptions.IncludeParameterNames
bool IncludeParameterNames
Whether to export parameter names.
Definition
ExportCommandOptions.cs:52
IKVM.Tools.Exporter.ExportCommandOptions.References
FileInfo[] References
Assembly references.
Definition
ExportCommandOptions.cs:22
IKVM.Tools.Exporter.ExportCommandOptions.Bootstrap
bool Bootstrap
Whether we are to run in bootstrap mode.
Definition
ExportCommandOptions.cs:82
IKVM.Tools.Exporter.ExportCommandOptions.IncludeNonPublicMembers
bool IncludeNonPublicMembers
Whether to export non-public members.
Definition
ExportCommandOptions.cs:67
IKVM.Tools.Exporter.ExportCommandOptions.IncludeNonPublicInterfaces
bool IncludeNonPublicInterfaces
Whether to export non-public interface implementations.
Definition
ExportCommandOptions.cs:62
IKVM.Tools.Exporter.ExportCommandOptions.SerialVersionUID
bool SerialVersionUID
Whether to export serialVersionUID fields.
Definition
ExportCommandOptions.cs:72
IKVM.Tools.Exporter.ExportCommandOptions.ContinueOnError
bool ContinueOnError
Whether to continue execution on error.
Definition
ExportCommandOptions.cs:77
IKVM.Tools.Exporter.ExportCommandOptions.Libraries
DirectoryInfo[] Libraries
Path to directories to search for assembly references.
Definition
ExportCommandOptions.cs:27
IKVM.Tools.Exporter.ExportCommandOptions.Shared
bool Shared
Are we doing a shared export.
Definition
ExportCommandOptions.cs:37
IKVM.Tools.Exporter
Definition
ExportCommandOptions.cs:5
System
Definition
HexConverter.cs:9
src
IKVM.Tools.Exporter
ExportCommandOptions.cs
Generated by
1.12.0