public class AssetImporter<T extends Identifiable & Assetable> extends Object implements DependencyImporter<Asset>
| Constructor and Description |
|---|
AssetImporter(AssetRepository<T> assetRepository) |
| Modifier and Type | Method and Description |
|---|---|
List<Asset> |
load(Identifiable component,
Path resources) |
void |
save(List<Asset> elements,
Path resources) |
public AssetImporter(AssetRepository<T> assetRepository)
public List<Asset> load(Identifiable component, Path resources) throws IOException
load in interface DependencyImporter<Asset>IOExceptionCopyright © 2020. All rights reserved.