public class Resource extends Object
Modifier and Type | Field and Description |
---|---|
String |
dir
The directory in archive.
|
static String |
DIR_DATA
The Constant DIR_DATA representing the directory containing data.
|
static String |
DIR_DOC
The Constant DIR_DOC representing the directory containing documentation, e.g.
|
static String |
DIR_MODEL
The Constant DIR_MODEL representing the directory containing the models.
|
File |
f
The f.
|
String |
name
The name.
|
String |
note
The note.
|
String |
type
The type.
|
Constructor and Description |
---|
Resource(String dir,
String name,
String note,
File f,
String type)
The Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Gets the name.
|
String |
getType()
Gets the type.
|
String |
toString() |
public static final String DIR_MODEL
public static final String DIR_DATA
public static final String DIR_DOC
public String name
public String note
public File f
public String dir
public String type
Copyright © 2019 SEMS project @ University of Rostock. All rights reserved.