Interface FeatureFile

All Superinterfaces:
Serializable

public interface FeatureFile extends Serializable
Interface representing a feature transport zip file created on the server.
Since:
5.0.111
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    The creation time of the belonging feature transport zip file.
    The name of the belonging feature.
    long
    The length of the belonging feature transport zip file.
  • Method Details

    • getFeatureName

      String getFeatureName()
      The name of the belonging feature.
      Since:
      5.0.111
    • getLength

      long getLength()
      The length of the belonging feature transport zip file.
      Since:
      5.0.111
    • getCreationTime

      long getCreationTime()
      The creation time of the belonging feature transport zip file.
      Since:
      5.0.111