| Age | Commit message (Collapse) | Author |
|
ItemPath wasn't being set by the constructor either.
|
|
plain UUIDs and an /entity prefix. Tightened that up and removed the
fromUUIDString method for a simpler API. Also switched AgentPath(String)
to a path argument for consistency. New AgentPaths should be created
with AgentPath(new ItemPath(), String) instead.
|
|
constructor protected to better handle ItemPath and AgentPath
construction with String UUIDs, throwing the right exceptions.
|
|
|
|
|
|
|
|
ItemPath objects are now used to identify Items throughout the kernel,
replacing ints and Integers.
|
|
present in a server process. This stops clients trying to write to the
directory without relying on their permissions.
|
|
new 'imports' package under entity. Renamed most classed with an
'Import' prefix to avoid clashes with other API classes. Fixes #194
|