public class SupportedSourceAndTarget extends Object
| Constructor and Description |
|---|
SupportedSourceAndTarget() |
SupportedSourceAndTarget(String sourceExt,
String targetExt,
long maxSourceSizeBytes) |
| Modifier and Type | Method and Description |
|---|---|
long |
getMaxSourceSizeBytes() |
String |
getSourceExt() |
String |
getTargetExt() |
void |
setMaxSourceSizeBytes(long maxSourceSizeBytes) |
void |
setSourceExt(String sourceExt) |
void |
setTargetExt(String targetExt) |
public String getSourceExt()
public void setSourceExt(String sourceExt)
public long getMaxSourceSizeBytes()
public void setMaxSourceSizeBytes(long maxSourceSizeBytes)
public String getTargetExt()
public void setTargetExt(String targetExt)
Copyright © 2005–2018 Alfresco Software. All rights reserved.