Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Re: Emulating a filesystem in Java for configuration managment?

    All classes extend the Object class.
  2. Re: Emulating a filesystem in Java for configuration managment?

    Did you try Object vs ?
  3. Re: Emulating a filesystem in Java for configuration managment?

    Are you closer to a solution now?
  4. Re: Emulating a filesystem in Java for configuration managment?

    That looks like something used on a command line. What would the code for the java method look like? Would there be a method that has a filename and a value as args and writes that value in the...
  5. Re: Emulating a filesystem in Java for configuration managment?

    So one of the methods would be to implement a "cd". Others would allow changing values of the fake files. I'd assume that would imply creating and deleting files.
    For that do you mean that one...
  6. Re: Emulating a filesystem in Java for configuration managment?

    By interface I meant what kind of methods do you want to have to use the filesystem? What would those methods do? How and why would application code use those methods?
  7. Re: Emulating a filesystem in Java for configuration managment?

    What kind of interface to the "filesystem" are you looking for?
    Sequential reads and writes?
    Random reads and writes?
    Keyed?
Results 1 to 7 of 7