LowCodeMergeOptions
Contents
[
Hide
]Inheritance: java.lang.Object
public class LowCodeMergeOptions
Options for merging multiple template files into one.
Constructors
Constructor | Description |
---|---|
LowCodeMergeOptions() |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getLoadOptionsProvider() | Provider of save options for saving the split parts. |
getSaveOptions() | Save options for saving the split parts. |
hashCode() | |
notify() | |
notifyAll() | |
setLoadOptionsProvider(AbstractLowCodeLoadOptionsProvider value) | Provider of save options for saving the split parts. |
setSaveOptions(LowCodeSaveOptions value) | Save options for saving the split parts. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
LowCodeMergeOptions()
public LowCodeMergeOptions()
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getLoadOptionsProvider()
public AbstractLowCodeLoadOptionsProvider getLoadOptionsProvider()
Provider of save options for saving the split parts.
Remarks
If this property is specified, LoadOptions takes no effect because the output of every split part will be specified by the provider.
Returns: AbstractLowCodeLoadOptionsProvider
getSaveOptions()
public LowCodeSaveOptions getSaveOptions()
Save options for saving the split parts.
Returns: LowCodeSaveOptions
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setLoadOptionsProvider(AbstractLowCodeLoadOptionsProvider value)
public void setLoadOptionsProvider(AbstractLowCodeLoadOptionsProvider value)
Provider of save options for saving the split parts.
Remarks
If this property is specified, LoadOptions takes no effect because the output of every split part will be specified by the provider.
Parameters:
Parameter | Type | Description |
---|---|---|
value | AbstractLowCodeLoadOptionsProvider |
setSaveOptions(LowCodeSaveOptions value)
public void setSaveOptions(LowCodeSaveOptions value)
Save options for saving the split parts.
Parameters:
Parameter | Type | Description |
---|---|---|
value | LowCodeSaveOptions |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |