| コンストラクターと説明 |
|---|
Library(FileSE file, LibraryScope scope) 新しい Library を作成します。 |
Library(FileSE file, LibraryScope scope, boolean unpackRequired) 新しい Library を作成します。 |
Library(StringSE name, FileSE file, LibraryScope scope, boolean unpackRequired) 新しい Library を作成します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
FileSE | getFile() ライブラリファイルを返します。 |
StringSE | getName() 書き込まれるファイルの名前を返します。 |
LibraryScope | getScope() ライブラリのスコープを返します。 |
boolean | isUnpackRequired() ファイルをネストされた jar として直接使用できず、解凍する必要がある場合に返されます。 |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic Library(FileSE file, LibraryScope scope)
Library を作成します。file - ソースファイル scope - ライブラリの範囲 public Library(FileSE file, LibraryScope scope, boolean unpackRequired)
Library を作成します。file - ソースファイル scope - ライブラリの範囲 unpackRequired - ライブラリを使用する前に解凍する必要がある場合 public Library(StringSE name, FileSE file, LibraryScope scope, boolean unpackRequired)
Library を作成します。name - 書き込む必要のあるライブラリの名前、またはファイル名を使用するための null file - ソースファイル scope - ライブラリの範囲 unpackRequired - ライブラリを使用する前に解凍する必要がある場合 public StringSE getName()
public FileSE getFile()
public LibraryScope getScope()
public boolean isUnpackRequired()
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.