Package ghidra.app.util.datatype
Class DataTypeIdUrl
- java.lang.Object
-
- ghidra.app.util.datatype.DataTypeIdUrl
-
public class DataTypeIdUrl extends java.lang.Object
A class to produce and parse URLs of the form:datatype:/12345678/12345678
where the first number is the ID of theDataTypeManager
and the second number is theDataType
ID.
-
-
Constructor Summary
Constructors Constructor Description DataTypeIdUrl(DataType dt)
DataTypeIdUrl(java.lang.String url)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UniversalID
getDataTypeId()
UniversalID
getDataTypeManagerId()
java.lang.String
toString()
-
-
-
Constructor Detail
-
DataTypeIdUrl
public DataTypeIdUrl(DataType dt)
-
DataTypeIdUrl
public DataTypeIdUrl(java.lang.String url)
-
-
Method Detail
-
getDataTypeManagerId
public UniversalID getDataTypeManagerId()
-
getDataTypeId
public UniversalID getDataTypeId()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-