Interface FileLayoutInfo

All Superinterfaces:
Serializable

public interface FileLayoutInfo extends Serializable
Module related information (group, artifact, version, etc.) for a file, as it was extracted according to the layout of the repository the file is part of.
Author:
Yoav Landman
  • Method Details

    • getOrganization

      String getOrganization()
    • getModule

      String getModule()
    • getBaseRevision

      String getBaseRevision()
    • getFolderIntegrationRevision

      String getFolderIntegrationRevision()
    • getFileIntegrationRevision

      String getFileIntegrationRevision()
    • getClassifier

      String getClassifier()
    • getExt

      String getExt()
    • getType

      String getType()
    • getCustomFields

      Map<String,String> getCustomFields()
    • getCustomField

      String getCustomField(String tokenName)
    • isValid

      boolean isValid()
    • getPrettyModuleId

      String getPrettyModuleId()
    • isIntegration

      boolean isIntegration()