Freigeben über


CodePackage Klasse

  • java.lang.Object
    • system.fabric.CodePackage

public class CodePackage

Stellt die Codepaketdefinition dar.

Zusammenfassung zum Konstruktor

Konstruktor Beschreibung
CodePackage(String path, CodePackageDescription description, RunAsPolicyDescription SetupEntryPointRunAsPolicy, RunAsPolicyDescription EntryPointRunAsPolicy)

Erstellt eine Instanz von system.fabric.CodePackage

Methodenzusammenfassung

Modifizierer und Typ Methode und Beschreibung
CodePackageDescription getCodePackageDescription()

Ruft den CodePackageDescription für den system.fabric.CodePackage ab.

RunAsPolicyDescription getEntryPointRunAsPolicy()

Ruft die ab, die RunAsPolicyDescription Main EntryPoint im system.fabric.CodePackagezugeordnet ist.

String getPath()

Ruft den Pfad zum ab system.fabric.CodePackage.

RunAsPolicyDescription getSetupEntryPointRunAsPolicy()

Ruft das Objekt ab, das RunAsPolicyDescription Dem Setup EntryPoint in system.fabric.CodePackagezugeordnet ist.

Details zum Konstruktor

CodePackage

public CodePackage(String path, CodePackageDescription description, RunAsPolicyDescription SetupEntryPointRunAsPolicy, RunAsPolicyDescription EntryPointRunAsPolicy)

Erstellt eine Instanz von system.fabric.CodePackage

Parameter:

path - Pfad, an dem system.fabric.CodePackage erstellt werden soll.
description -

CodePackageDescription für die system.fabric.CodePackage

SetupEntryPointRunAsPolicy - Einrichten des Einstiegspunkts für system.fabric.CodePackage
EntryPointRunAsPolicy - Einstiegspunkt für Codeausführung für system.fabric.CodePackage

Details zur Methode

getCodePackageDescription

public CodePackageDescription getCodePackageDescription()

Ruft den CodePackageDescription für den system.fabric.CodePackage ab.

Gibt zurück:

Der CodePackageDescription für den system.fabric.CodePackage.

getEntryPointRunAsPolicy

public RunAsPolicyDescription getEntryPointRunAsPolicy()

Ruft die ab, die RunAsPolicyDescription Main EntryPoint im system.fabric.CodePackagezugeordnet ist.

Gibt zurück:

Der RunAsPolicyDescription dem Main EntryPoint im system.fabric.CodePackagezugeordnete .

getPath

public String getPath()

Ruft den Pfad zum ab system.fabric.CodePackage.

Gibt zurück:

Der Pfad zu .system.fabric.CodePackage

getSetupEntryPointRunAsPolicy

public RunAsPolicyDescription getSetupEntryPointRunAsPolicy()

Ruft das Objekt ab, das RunAsPolicyDescription Dem Setup EntryPoint in system.fabric.CodePackagezugeordnet ist.

Gibt zurück:

Das RunAsPolicyDescription Objekt, das Dem Setup EntryPoint in system.fabric.CodePackagezugeordnet ist.

Gilt für: