Package juzu.impl.asset

Examples of juzu.impl.asset.AssetMetaData


        //
        Integer maxAge = asset.getInteger("max-age");

        //
        AssetMetaData descriptor = new AssetMetaData(
          id,
          type,
          location,
          value,
          header,
View Full Code Here

TOP

Related Classes of juzu.impl.asset.AssetMetaData

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.