LowCodeMergeOptions

Inheritance: java.lang.Object

public class LowCodeMergeOptions

Options for merging multiple template files into one.

Constructors

ConstructorDescription
LowCodeMergeOptions()

Methods

MethodDescription
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:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
valueAbstractLowCodeLoadOptionsProvider

setSaveOptions(LowCodeSaveOptions value)

public void setSaveOptions(LowCodeSaveOptions value)

Save options for saving the split parts.

Parameters:

ParameterTypeDescription
valueLowCodeSaveOptions

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int