Main.java Source code

Java tutorial

Introduction

Here is the source code for Main.java

Source

//package com.java2s;
/*
 * ZipUtilsTest.java: First version written on 01. May. 2010.
 * 
 * This file is subject to the terms and conditions defined in
 * file 'licence.txt', which is part of this source code package.
 */

public class Main {
    private static String packageNameToPath(final String packageName) {
        return packageName.replaceAll("[.]", "/");
    }
}