getAsset abstract method

Asset getAsset(
  1. String path
)

Returns the Asset instance representing path. *

  • The derives must override this method.

Implementation

Asset getAsset(String path);