public class Java7Reflector extends Object
Modifier and Type | Field and Description |
---|---|
static Method |
pathMethod |
static Class |
posixFileAttributes |
static Method |
readAttributes |
Constructor and Description |
---|
Java7Reflector() |
Modifier and Type | Method and Description |
---|---|
static String |
getOwnerGroupName(Object posixFileAttributes) |
static String |
getOwnerUserName(Object posixFileAttributes) |
static String |
getPermissions(Object posixFileAttributes) |
static Object |
getPosixFileAttributes(File file) |
static boolean |
isJava7() |
public static final Method pathMethod
public static final Method readAttributes
public static final Class posixFileAttributes
public static Object getPosixFileAttributes(File file) throws IOException
IOException
public static boolean isJava7()
Copyright © 2001-2013 Codehaus. All Rights Reserved.