public class TagLibConfZip implements TagLibConf
Data class for TagLib processing - TagLibs from zip files.
public TagLibConfZip(@NotNull
java.io.File conffile,
@NotNull
java.lang.String projectName)
Data class for TagLib processing - TagLibs from zip files.
conffile - Configuration file for tag configuration.projectName - Project name of this tag lib.@NotNull public java.io.File getConffile()
Configuration file for tag configuration.
@NotNull public java.lang.String getProjectName()
Project name of this tag lib.
@NotNull public java.io.File component1()
Configuration file for tag configuration.
@NotNull public java.lang.String component2()
Project name of this tag lib.
@NotNull public TagLibConfZip copy(@NotNull java.io.File conffile, @NotNull java.lang.String projectName)
Data class for TagLib processing - TagLibs from zip files.
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)