Package org.jdesktop.wonderland.client.assetmgr.AssetDB

Examples of org.jdesktop.wonderland.client.assetmgr.AssetDB.AssetDBRecord


            }
        }

        // Add the new asset into the system, whether the policy is SINGLE or
        // MULTIPLE
        AssetDBRecord assetRecord = new AssetDBRecord();
        assetRecord.assetURI = asset.getAssetURI().toExternalForm();
        assetRecord.checksum = asset.getChecksum();
        assetRecord.type = asset.getType().toString();
        assetRecord.baseURL = asset.getBaseURL();
        File file = asset.getLocalCacheFile();
View Full Code Here

TOP

Related Classes of org.jdesktop.wonderland.client.assetmgr.AssetDB.AssetDBRecord

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.