Class FolderReference
java.lang.Object
com.flir.thermalsdk.live.importing.FolderReference
- All Implemented Interfaces:
Comparable<FolderReference>
Abstract folder path on
Camera
's filesystem.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FolderReference
-
-
Method Details
-
getLocation
Get base part of the folder path. -
getPath
Get relative path to the location. Example: Both "" and "/" would refer to the folder of location. Note: The path is expressed in a camera-compatible format using forward slashes (/) as the separator. "/some-folder/" would be a valid path even if Atlas Android SDK runs on a Windows system, so utilities like java.io.File.separator should be avoided here. -
equals
-
hashCode
public int hashCode() -
toString
-
compareTo
- Specified by:
compareTo
in interfaceComparable<FolderReference>
-