java.lang.Object
mslinks.LinkInfo
- All Implemented Interfaces:
Serializable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate CNRLinkprivate Stringprivate LinkInfoFlagsprivate Stringprivate VolumeID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates CommonNetworkRelativeLink and CommonPathSuffix that is empty stringCreates VolumeID and LocalBasePath that is empty stringvoidserialize(ByteWriter bw) Set CommonPathSuffix and creates new CommonNetworkRelativeLink (if it not exists) If s is null takes no effectSet LocalBasePath and creates new VolumeID (if it not exists) If s is null takes no effectprivate byte[]
-
Field Details
-
lif
-
vid
-
localBasePath
-
cnrlink
-
commonPathSuffix
-
-
Constructor Details
-
LinkInfo
public LinkInfo() -
LinkInfo
- Throws:
IOExceptionShellLinkException
-
-
Method Details
-
serialize
- Specified by:
serializein interfaceSerializable- Throws:
IOException
-
toByteArray
- Throws:
IOException
-
getVolumeID
-
createVolumeID
Creates VolumeID and LocalBasePath that is empty string -
getLocalBasePath
-
setLocalBasePath
Set LocalBasePath and creates new VolumeID (if it not exists) If s is null takes no effect -
getCommonNetworkRelativeLink
-
createCommonNetworkRelativeLink
Creates CommonNetworkRelativeLink and CommonPathSuffix that is empty string -
getCommonPathSuffix
-
setCommonPathSuffix
Set CommonPathSuffix and creates new CommonNetworkRelativeLink (if it not exists) If s is null takes no effect
-