public final class Asset extends Object
| Constructor and Description |
|---|
Asset()
Ctor.
|
Asset(String name,
String type,
File file)
For testing purposes.
|
| Modifier and Type | Method and Description |
|---|---|
File |
getFile()
The asset's local path.
|
String |
getName()
The display name for the asset once uploaded.
|
String |
getType()
The asset's content type (eg.
|
public String getName()
public String getType()
text/xml).public File getFile()
Copyright © 2018 George Aristy. All rights reserved.