org.kde.qt
public class QUrlInfo extends Object implements QtSupport
| Field Summary | |
|---|---|
| static int | ExeGroup |
| static int | ExeOther |
| static int | ExeOwner |
| static int | ReadGroup |
| static int | ReadOther |
| static int | ReadOwner |
| static int | WriteGroup |
| static int | WriteOther |
| static int | WriteOwner |
| Constructor Summary | |
|---|---|
| protected | QUrlInfo(Class dummy) |
| QUrlInfo() | |
| QUrlInfo(QUrlOperator path, String file) | |
| QUrlInfo(QUrlInfo ui) | |
| QUrlInfo(String name, int permissions, String owner, String group, long size, Calendar lastModified, Calendar lastRead, boolean isDir, boolean isFile, boolean isSymLink, boolean isWritable, boolean isReadable, boolean isExecutable) | |
| QUrlInfo(QUrlInterface url, int permissions, String owner, String group, long size, Calendar lastModified, Calendar lastRead, boolean isDir, boolean isFile, boolean isSymLink, boolean isWritable, boolean isReadable, boolean isExecutable) | |
| Method Summary | |
|---|---|
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| static boolean | equal(QUrlInfo i1, QUrlInfo i2, int sortBy) |
| protected void | finalize() Deletes the wrapped C++ instance |
| static boolean | greaterThan(QUrlInfo i1, QUrlInfo i2, int sortBy) |
| String | group() |
| boolean | isDir() |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| boolean | isExecutable() |
| boolean | isFile() |
| boolean | isReadable() |
| boolean | isSymLink() |
| boolean | isValid() |
| boolean | isWritable() |
| Calendar | lastModified() |
| Calendar | lastRead() |
| static boolean | lessThan(QUrlInfo i1, QUrlInfo i2, int sortBy) |
| String | name() |
| boolean | op_equals(QUrlInfo i) |
| String | owner() |
| int | permissions() |
| void | setDir(boolean b) |
| void | setFile(boolean b) |
| void | setGroup(String s) |
| void | setLastModified(Calendar dt) |
| void | setName(String name) |
| void | setOwner(String s) |
| void | setPermissions(int p) |
| void | setReadable(boolean b) |
| void | setSize(long size) |
| void | setSymLink(boolean b) |
| void | setWritable(boolean b) |
| long | size() |