public class DeployedArtifacts extends Object implements Iterable<File>
Files deployed on a Platform, where by the Files
define both the Platform specific path and optionally the file name of each deployed resource.
Copyright (c) 2016. All Rights Reserved. Oracle Corporation.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
| Constructor and Description |
|---|
DeployedArtifacts()
Constructs an empty
DeployedArtifacts. |
| Modifier and Type | Method and Description |
|---|---|
void |
add(File file)
Adds a
File to the DeployedArtifacts. |
boolean |
isEmpty()
Determines if the
DeployedArtifacts is empty (contains no files). |
Iterator<File> |
iterator() |
int |
size()
Obtain the number of
Files in the DeployedArtifacts. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic DeployedArtifacts()
DeployedArtifacts.public boolean isEmpty()
DeployedArtifacts is empty (contains no files).true if the DeployedArtifacts is empty,
false otherwisepublic void add(File file)
File to the DeployedArtifacts.file - the File to addpublic int size()
Files in the DeployedArtifacts.FilesCopyright © 2017. All rights reserved.