org.gcube.portlets.admin.software_upload_wizard.shared.filetypes
Class JarFileType
java.lang.Object
org.gcube.portlets.admin.software_upload_wizard.shared.filetypes.FileType
org.gcube.portlets.admin.software_upload_wizard.shared.filetypes.JarFileType
- All Implemented Interfaces:
- Serializable
public class JarFileType
- extends FileType
- See Also:
- Serialized Form
NAME
public static final String NAME
- See Also:
- Constant Field Values
DESCRIPTION
public static final String DESCRIPTION
- See Also:
- Constant Field Values
EXTENSIONS
public static final ArrayList<String> EXTENSIONS
CONTENT_TYPE
public static final String CONTENT_TYPE
- See Also:
- Constant Field Values
JarFileType
public JarFileType()
JarFileType
public JarFileType(boolean allowMulti,
boolean isMandatory)
getName
public String getName()
- Specified by:
getName in class FileType
getDescription
public String getDescription()
- Specified by:
getDescription in class FileType
allowsMulti
public boolean allowsMulti()
- Specified by:
allowsMulti in class FileType
getAllowedExtensions
public ArrayList<String> getAllowedExtensions()
- Specified by:
getAllowedExtensions in class FileType
getContentType
public String getContentType()
- Specified by:
getContentType in class FileType
isMandatory
public boolean isMandatory()
- Specified by:
isMandatory in class FileType
Copyright © 2013. All Rights Reserved.