public class AnnotationConfig
extends com.groupdocs.foundation.config.FoundationConfig
Annotation Configuration
Constructor and Description |
---|
AnnotationConfig() |
Modifier and Type | Method and Description |
---|---|
String |
getStoragePath()
Gets or sets the storage path.
|
String |
getTempFolderName()
Gets or sets the Temp folder name.
|
String |
getTempPath()
Gets or sets the temp path.
|
void |
setStoragePath(String value)
Gets or sets the storage path.
|
void |
setTempFolderName(String value)
Gets or sets the Temp folder name.
|
void |
setTempPath(String value)
Gets or sets the temp path.
|
public String getStoragePath()
Gets or sets the storage path.
Value: The storage path.public void setStoragePath(String value)
Gets or sets the storage path.
Value: The storage path.value
- public String getTempFolderName()
Gets or sets the Temp folder name.
Value: The Temp folder name.public void setTempFolderName(String value)
Gets or sets the Temp folder name.
Value: The Temp folder name.value
- public String getTempPath()
Gets or sets the temp path.
Value: The temp path.public void setTempPath(String value)
Gets or sets the temp path.
Value: The temp path.value
- Copyright © 2017. All rights reserved.