Package org.icij.datashare.text
Class Project
- java.lang.Object
-
- org.icij.datashare.text.Project
-
- All Implemented Interfaces:
Serializable,Entity
public class Project extends Object implements Entity
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description StringallowFromMaskStringnamePathsourcePath
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetId()StringgetName()PathgetSourcePath()inthashCode()booleanisAllowed(InetSocketAddress socketAddress)static booleanisAllowed(Project project, InetSocketAddress socketAddress)static Projectproject(String projectName)StringtoString()
-
-
-
Method Detail
-
isAllowed
public boolean isAllowed(InetSocketAddress socketAddress)
-
isAllowed
public static boolean isAllowed(Project project, InetSocketAddress socketAddress)
-
getName
public String getName()
-
getSourcePath
public Path getSourcePath()
-
-