public class RDFExifTool extends com.thebuzzmedia.exiftool.ExifTool
Constructor and Description |
---|
RDFExifTool(String rdfNameSpace) |
Modifier and Type | Method and Description |
---|---|
String |
getImageRDF(File image,
com.thebuzzmedia.exiftool.ExifTool.Format format,
com.thebuzzmedia.exiftool.ExifTool.Tag... tags) |
String |
getImageRDF(File image,
com.thebuzzmedia.exiftool.ExifTool.Format format,
String realName,
com.thebuzzmedia.exiftool.ExifTool.Tag... tags) |
String |
getImageRDF(File image,
com.thebuzzmedia.exiftool.ExifTool.Tag... tags) |
String |
getImageRDF(File image,
String realName,
com.thebuzzmedia.exiftool.ExifTool.Tag... tags) |
public RDFExifTool(String rdfNameSpace)
public String getImageRDF(File image, com.thebuzzmedia.exiftool.ExifTool.Tag... tags) throws IllegalArgumentException, SecurityException, IOException
public String getImageRDF(File image, String realName, com.thebuzzmedia.exiftool.ExifTool.Tag... tags) throws IllegalArgumentException, SecurityException, IOException
public String getImageRDF(File image, com.thebuzzmedia.exiftool.ExifTool.Format format, com.thebuzzmedia.exiftool.ExifTool.Tag... tags) throws IllegalArgumentException, SecurityException, IOException
public String getImageRDF(File image, com.thebuzzmedia.exiftool.ExifTool.Format format, String realName, com.thebuzzmedia.exiftool.ExifTool.Tag... tags) throws IllegalArgumentException, SecurityException, IOException