public class TagLibConfZip implements TagLibConf
Data class for TagLib processing - TagLibs from zip files.
| Constructor and Description |
|---|
TagLibConfZip(java.io.File conffile,
java.lang.String projectName)
Data class for TagLib processing - TagLibs from zip files.
|
| Modifier and Type | Method and Description |
|---|---|
java.io.File |
component1()
Configuration file for tag configuration.
|
java.lang.String |
component2()
Project name of this tag lib.
|
TagLibConfZip |
copy(java.io.File conffile,
java.lang.String projectName)
Data class for TagLib processing - TagLibs from zip files.
|
boolean |
equals(java.lang.Object p) |
java.io.File |
getConffile()
Configuration file for tag configuration.
|
java.lang.String |
getProjectName()
Project name of this tag lib.
|
int |
hashCode() |
java.lang.String |
toString() |
getConffile, getProjectNamepublic 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)