public class StoredFile extends Object
Constructor and Description |
---|
StoredFile(String fullname) |
StoredFile(String name,
String ext) |
Modifier and Type | Method and Description |
---|---|
static String[] |
getExtensions() |
String |
getName() |
boolean |
isAsIs() |
boolean |
isChart() |
boolean |
isConvertable() |
boolean |
isImage() |
boolean |
isPdf() |
boolean |
isPresentation() |
boolean |
isVideo() |
public StoredFile(String fullname)
public static String[] getExtensions()
public boolean isConvertable()
public boolean isPresentation()
public boolean isPdf()
public boolean isImage()
public boolean isVideo()
public boolean isChart()
public boolean isAsIs()
public String getName()
Copyright © 2012–2016 Apache Software Foundation. All rights reserved.