it.sistematica.isharedoc.service
Interface IsharedocSystemService

All Known Implementing Classes:
IsharedocSystemServiceImpl

public interface IsharedocSystemService

The Interface IsharedocSystemService.


Method Summary
 java.lang.String getHostAddress()
          Gets the host address.
 java.lang.String getResourceBase64(java.lang.String resource)
          Gets the resource base64.
 java.lang.String getSoftwareDetailRelease()
          Gets the software detail release.
 java.lang.String getSoftwareRelease()
          Gets the software release.
 java.lang.Long getTomcatPort()
          Gets the tomcat port.
 

Method Detail

getTomcatPort

java.lang.Long getTomcatPort()
Gets the tomcat port.

Returns:
the tomcat port

getHostAddress

java.lang.String getHostAddress()
Gets the host address.

Returns:
the host address

getSoftwareRelease

java.lang.String getSoftwareRelease()
Gets the software release.

Returns:
the software release

getSoftwareDetailRelease

java.lang.String getSoftwareDetailRelease()
Gets the software detail release.

Returns:
the software detail release

getResourceBase64

java.lang.String getResourceBase64(java.lang.String resource)
Gets the resource base64.

Parameters:
resource - the resource
Returns:
the resource base64