Class ReleaseInfo

java.lang.Object
ru.akman.maven.plugins.jlink.ReleaseInfo

public class ReleaseInfo extends Object
Release info.
  • Constructor Details

    • ReleaseInfo

      public ReleaseInfo()
  • Method Details

    • getFile

      public File getFile()
      Get file contains release info.
      Returns:
      the file contains release info
    • setFile

      public void setFile(File file)
      Set file contains release info.
      Parameters:
      file - the file contains release info
    • getAdds

      public Map<String,String> getAdds()
      Get pairs of key and its value used to add release info.
      Returns:
      the pairs of key and its value used to add release info
    • setAdds

      public void setAdds(Map<String,String> adds)
      Set pairs of key and its value used to add release info.
      Parameters:
      adds - the pairs of key and its value used to add release info
    • getDels

      public Map<String,String> getDels()
      Get keys used to delete release info.
      Returns:
      the keys used to delete release info
    • setDels

      public void setDels(Map<String,String> dels)
      Set keys used to delete release info.
      Parameters:
      dels - the keys used to delete release info