EntryPointDescription Class

  • java.lang.Object
    • system.fabric.description.EntryPointDescription

public class EntryPointDescription

Describes an entry point that is associated with a code package.

Constructor Summary

Constructor Description
EntryPointDescription(CodePackageEntryPointKind kind)

Method Summary

Modifier and Type Method and Description
CodePackageEntryPointKind getKind()

Indicates an entry point type.

Constructor Details

EntryPointDescription

public EntryPointDescription(CodePackageEntryPointKind kind)

Parameters:

kind

Method Details

getKind

public CodePackageEntryPointKind getKind()

Indicates an entry point type.

Returns:

system.fabric.description.internal.CodePackageEntryPointKind

Applies to