Example usage for java.io FileSystem FileSystem

List of usage examples for java.io FileSystem FileSystem

Introduction

In this page you can find the example usage for java.io FileSystem FileSystem.

Prototype

FileSystem

Source Link

Usage

From source file:com.stimulus.archiva.domain.Config.java

public static void startup() {
    filesystem = new FileSystem();
    stopBlockFactory = new StopBlockFactory();
    updateObservers = new WeakHashMap<UpdateObserver, UpdateObserver>();
}