Package ch.so.agi.gretl.internal.xslt
Record Class XsltRequest
java.lang.Object
java.lang.Record
ch.so.agi.gretl.internal.xslt.XsltRequest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.Returns the value of thefileExtensionrecord component.final inthashCode()Returns a hash code value for this object.Returns the value of theoutputDirectoryrecord component.taskName()Returns the value of thetaskNamerecord component.final StringtoString()Returns a string representation of this record class.xmlFiles()Returns the value of thexmlFilesrecord component.xslFile()Returns the value of thexslFilerecord component.Returns the value of thexslResourcerecord component.
-
Constructor Details
-
XsltRequest
public XsltRequest(String taskName, Path xslFile, String xslResource, List<Path> xmlFiles, Path outputDirectory, String fileExtension) Creates an instance of aXsltRequestrecord class.- Parameters:
taskName- the value for thetaskNamerecord componentxslFile- the value for thexslFilerecord componentxslResource- the value for thexslResourcerecord componentxmlFiles- the value for thexmlFilesrecord componentoutputDirectory- the value for theoutputDirectoryrecord componentfileExtension- the value for thefileExtensionrecord component
-
-
Method Details
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
taskName
Returns the value of thetaskNamerecord component.- Returns:
- the value of the
taskNamerecord component
-
xslFile
Returns the value of thexslFilerecord component.- Returns:
- the value of the
xslFilerecord component
-
xslResource
Returns the value of thexslResourcerecord component.- Returns:
- the value of the
xslResourcerecord component
-
xmlFiles
Returns the value of thexmlFilesrecord component.- Returns:
- the value of the
xmlFilesrecord component
-
outputDirectory
Returns the value of theoutputDirectoryrecord component.- Returns:
- the value of the
outputDirectoryrecord component
-
fileExtension
Returns the value of thefileExtensionrecord component.- Returns:
- the value of the
fileExtensionrecord component
-