Class Java
- Namespace
- ZeroInstall.Publish.EntryPoints
- Assembly
- ZeroInstall.Publish.dll
A compiled Java application.
[Equatable]
public abstract class Java : Candidate, IEquatable<Candidate>, IEquatable<Java>
- Inheritance
-
Java
- Implements
- Derived
- Inherited Members
Properties
ExternalDependencies
Does this application have external dependencies that need to be injected by Zero Install? Only enable if you are sure!
public bool ExternalDependencies { get; set; }
Property Value
GuiOnly
Does this application have a graphical interface an no terminal output? Only enable if you are sure!
public bool GuiOnly { get; set; }
Property Value
MinimumRuntimeVersion
The minimum version of the Java Runtime Environment required by the application.
[TypeConverter(typeof(JavaVersionConverter))]
public ImplementationVersion? MinimumRuntimeVersion { get; set; }
Property Value
Methods
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
obj
objectThe object to compare with the current object.
Returns
Equals(Java?)
protected bool Equals(Java? other)
Parameters
other
Java
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
Operators
operator ==(Java?, Java?)
Indicates whether the object on the left is equal to the object on the right.
public static bool operator ==(Java? left, Java? right)
Parameters
Returns
- bool
true if the objects are equal; otherwise, false.
operator !=(Java?, Java?)
Indicates whether the object on the left is not equal to the object on the right.
public static bool operator !=(Java? left, Java? right)
Parameters
Returns
- bool
true if the objects are not equal; otherwise, false.